Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Now the formats implementing BulkWriterFormatFactory don't need to implement partition keys reading anymore, as it's managed internally by FileSystemTableSource
Description
Right now we have a lot of code around the various formats to support partition keys. From the FileSystemTableSource point of view, these can be handled reusing the metadata support provided by https://issues.apache.org/jira/browse/FLINK-24165. We should cleanup all that partition keys support code and just reuse what we have for metadata.