Caizhi Weng created FLINK-26001: ----------------------------------- Summary: Implement ProjectableDecodingFormat for avro bulk format Key: FLINK-26001 URL: https://issues.apache.org/jira/browse/FLINK-26001 Project: Flink Issue Type: Improvement Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) Reporter: Caizhi Weng Fix For: 1.15.0
Currently {{BulkDecodingFormat}} of avro does not also implement {{ProjectableDecodingFormat}} and the reader will have to read unused columns. We need to implement {{ProjectableDecodingFormat}} to optimize reading from avro files. -- This message was sent by Atlassian Jira (v8.20.1#820001)