openinx commented on code in PR #117:
URL: https://github.com/apache/flink-table-store/pull/117#discussion_r869048305
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/format/FileFormat.java:
##########
@@ -97,10 +91,6 @@ public BulkFormat<RowData, FileSourceSplit>
createReaderFactory(
return createReaderFactory(rowType, projection, new ArrayList<>());
}
- public Optional<FileStatsExtractor> createStatsExtractor(RowType type) {
Review Comment:
Don't need to expose the `FileStatsExtractor` to the upper layer, so we can
just remove this method.
--
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]