Hi all,

We're looking into using the new FileSource
<https://nightlies.apache.org/flink/flink-docs-release-1.14/api/java/org/apache/flink/connector/file/src/FileSource.html>
API, we see that there is a BulkFormat
<https://nightlies.apache.org/flink/flink-docs-release-1.14/api/java/org/apache/flink/connector/file/src/reader/BulkFormat.html>
for Parquet, via ParquetColumnarRowFormat
<https://nightlies.apache.org/flink/flink-docs-release-1.14/api/java/org/apache/flink/formats/parquet/ParquetColumnarRowInputFormat.html>.
Is there similar BulkFormat available or in the works for Avro files?

I imagined it may be a common use-case in the community so wanted to check
here before we invest time implementing our own.

Thanks in advance!

Reply via email to