openinx commented on code in PR #117:
URL: https://github.com/apache/flink-table-store/pull/117#discussion_r875418990
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/manifest/ManifestFile.java:
##########
@@ -52,23 +55,32 @@ public class ManifestFile {
private static final Logger LOG =
LoggerFactory.getLogger(ManifestFile.class);
private final RowType partitionType;
+ private final RowType entryType;
private final ManifestEntrySerializer serializer;
+ private final FieldStatsArraySerializer statsSerializer;
private final BulkFormat<RowData, FileSourceSplit> readerFactory;
private final BulkWriter.Factory<RowData> writerFactory;
+ private final FileStatsExtractor fileStatsExtractor;
private final FileStorePathFactory pathFactory;
private final long suggestedFileSize;
private ManifestFile(
RowType partitionType,
+ RowType entryType,
Review Comment:
Please see:
https://github.com/apache/flink-table-store/pull/117/files#diff-4b9ebe9adecbf113c86f69fe4ef1c4fbb0395798eefe476e2d6f2de629e09e53R164-R166
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]