You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jane Chan (Jira)" <ji...@apache.org> on 2022/10/05 07:20:00 UTC

[jira] [Created] (FLINK-29506) ParquetInputFormatFactory fails to create format on Flink 1.14

Jane Chan created FLINK-29506:
---------------------------------

             Summary: ParquetInputFormatFactory fails to create format on Flink 1.14
                 Key: FLINK-29506
                 URL: https://issues.apache.org/jira/browse/FLINK-29506
             Project: Flink
          Issue Type: Bug
          Components: Table Store
    Affects Versions: table-store-0.3.0
            Reporter: Jane Chan
             Fix For: table-store-0.3.0
         Attachments: image-2022-10-05-15-19-25-641.png

The current way to instantiate format has issues. See
[https://github.com/apache/flink-table-store/blob/master/flink-table-store-format/src/main/java/org/apache/flink/table/store/format/parquet/ParquetInputFormatFactory.java#L36]

ParquetColumnarRowInputFormat#createPartitionedFormat only differs in arguments for Flink 1.14 and Flink 1.15. It'll direct throw IllegalArgumentException when using Flink1.14.

!image-2022-10-05-15-19-25-641.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)