Chesnay Schepler created FLINK-24991:
----------------------------------------
Summary: FlinkStatistic does not compile on later Scala versions
Key: FLINK-24991
URL: https://issues.apache.org/jira/browse/FLINK-24991
Project: Flink
Issue Type: Sub-task
Components: Table SQL / Planner
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
After upgrading Scala to 2.12.15 for testing purposes (because 2.12.7 does not
work on Java 17), I got a compile error int he FlinkStatistic.
{code}
[ERROR] FlinkStatistic.scala:146: error: Int does not take parameters
[ERROR] if (builder.nonEmpty && builder.length() > 2) {
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)