[ 
https://issues.apache.org/jira/browse/FLINK-23497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387632#comment-17387632
 ] 

Chesnay Schepler edited comment on FLINK-23497 at 7/26/21, 9:55 PM:
--------------------------------------------------------------------

??Did this work before? Or are we aiming to support this for the first time???

I must be missing something; wouldn't it _had_ to have worked before, since it 
existed before the 1.13 release, for which we deployed scala 2.12 versions?

AFAIK started failing sometime last week, and could very well be _somehow_ 
related to the scala removal from flink-runtime.

This currently blocks the 2.12 snapshot releases so it would be good to resolve 
it quickly. Naturally it would block the 1.14 release.


was (Author: zentol):
> Did this work before? Or are we aiming to support this for the first time?

I must be missing something; wouldn't it _had_ to have worked before, since it 
existed before the 1.13 release, for which we deployed scala 2.12 versions?

AFAIK started failing sometime last week, and could very well be _somehow_ 
related to the scala removal from flink-runtime.

This currently blocks the 2.12 snapshot releases so it would be good to resolve 
it quickly. Naturally it would block the 1.14 release.

> flink-table-planner does not compile on scala 2.12
> --------------------------------------------------
>
>                 Key: FLINK-23497
>                 URL: https://issues.apache.org/jira/browse/FLINK-23497
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.14.0
>            Reporter: Chesnay Schepler
>            Priority: Blocker
>             Fix For: 1.14.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20961&view=logs&j=b9f58bb2-ed4a-500b-bef9-cc3cf2248e69&t=e6d8efc2-861e-5470-71ae-bbaad6c133d3
> {code}
> 2021-07-26T09:10:26.7655809Z [INFO] --- scala-maven-plugin:3.2.2:compile 
> (scala-compile-first) @ flink-table-planner_2.12 ---
> 2021-07-26T09:10:26.8567767Z [INFO] 
> /__w/1/s/flink-table/flink-table-planner/src/main/java:-1: info: compiling
> 2021-07-26T09:10:26.8568668Z [INFO] 
> /__w/1/s/flink-table/flink-table-planner/src/main/scala:-1: info: compiling
> 2021-07-26T09:10:26.8571934Z [INFO] Compiling 903 source files to 
> /__w/1/s/flink-table/flink-table-planner/target/classes at 1627290626856
> 2021-07-26T09:10:31.0803565Z [ERROR] 
> /__w/1/s/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/expressions/PlannerExpressionParserImpl.scala:32:
>  error: object parsing is not a member of package util
> 2021-07-26T09:10:31.0804449Z [ERROR] import 
> _root_.scala.util.parsing.combinator.{JavaTokenParsers, PackratParsers}
> 2021-07-26T09:10:31.0804904Z [ERROR]                          ^
> 2021-07-26T09:10:31.1130420Z [ERROR] 
> /__w/1/s/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/expressions/PlannerExpressionParserImpl.scala:59:
>  error: not found: type JavaTokenParsers
> 2021-07-26T09:10:31.1131245Z [ERROR] object PlannerExpressionParserImpl 
> extends JavaTokenParsers
> 2
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to