Kwang-in (Dennis) JUNG created FLINK-31227: ----------------------------------------------
Summary: Remove 'scala version' from file sink modules Key: FLINK-31227 URL: https://issues.apache.org/jira/browse/FLINK-31227 Project: Flink Issue Type: Improvement Reporter: Kwang-in (Dennis) JUNG Hello, In case of using FileSink for parquet/orc, for version 1.16+, seems 'withScalaVersion' should not be attached to artifactId. [https://mvnrepository.com/artifact/org.apache.flink/flink-orc/1.16.0] [https://mvnrepository.com/artifact/org.apache.flink/flink-parquet/1.16.0] I think in [https://github.com/apache/flink/blob/master/docs/content/docs/connectors/datastream/filesystem.md], 'withScalaVersion' should be removed. {noformat} ... {{< artifact flink-parquet withScalaVersion >}} ... {{< artifact flink-orc withScalaVersion >}} ... {noformat} How do you think? -- This message was sent by Atlassian Jira (v8.20.10#820010)