openinx opened a new pull request, #117: URL: https://github.com/apache/flink-table-store/pull/117
This PR is trying to hide the column statistics collector inside the file format writer. I just introduced a `FormatWriter` interface to abstract the writer that collects the column statistics, and all the upper layer will use this `FormatWriter` to get statistics. For `ORC`, `PARQUET`, `AVRO` format, we can just implement their own `FormatWriter`. In this way, we can decouple the column statistics out of upper layer writers. -- 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]
