echauchot commented on pull request #17640:
URL: https://github.com/apache/flink/pull/17640#issuecomment-965031286


   > > Yes, but the thing is that I initially submitted to release 1.13 because 
all the formats documented here were removed in 1.14 except Hadoop formats. So 
I think I'll remove all of them (including DataSet connectors) and maybe refer 
the new formats implementing the new APIs that are not documented, in general 
all the formats using `FileSourceSplit` : new hive, orc, parquet
   > 
   > Yes, please drop everything that is not in master. It would be awesome if 
you could add formats using the new interfaces (`StreamFormat`, `BulkFormat`). 
If there is a new and old format, the new one should win.
   
   Yes no problem, that makes `TextLineFormat`, 
`OrcColumnarRowFileInputFormat`,`ParquetColumnarRowInputFormat` and 
`HiveBulkFormatAdapter` to document. I opened [a 
ticket](https://issues.apache.org/jira/browse/FLINK-24859) to track this task.
   
   And by the way, there is a incoherence in the naming of these formats, 
`HiveBulkFormatAdapter` is the public entry point so it should be called 
`HiveBulkFormat` and we should also make all these namings more coherent, I'll 
add a commit for that.


-- 
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]


Reply via email to