Skip to content

Conversation

@xiaoshijiang523
Copy link

add iceberg parquet file cache

return columnStatistics;
}

public static org.apache.parquet.column.statistics.Statistics<?> readStats(Statistics statistics, PrimitiveTypeName type)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better import this class.

return new ParquetMetadata(new org.apache.parquet.hadoop.metadata.FileMetaData(messageType, keyValueMetaData, fileMetaData.getCreated_by()), blocks);
}

public static ParquetFileMetadata readFooter(ParquetDataSource parquetDataSource, long fileSize, long modificationTime)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add test for readFooter, since it is a new function.

<artifactId>bootstrap</artifactId>
</dependency>


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundent empty line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants