[ 
https://issues.apache.org/jira/browse/FLINK-35785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martijn Visser closed FLINK-35785.
----------------------------------
    Resolution: Cannot Reproduce

[~Weijie Guo] [~ferenc-csaky] I'm not sure why, but after manually killing the 
Flink java processes and trying it again, it does work. I guess there was some 
left-over process that interfered with RC0. Apologies. 

> Executing query in SQL client results in "java.lang.ClassNotFoundException: 
> org.apache.flink.core.execution.RestoreMode"
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-35785
>                 URL: https://issues.apache.org/jira/browse/FLINK-35785
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing, Table SQL / Client
>            Reporter: Martijn Visser
>            Priority: Blocker
>
> Tested with Flink 1.20 RC0
> Reproducer:
> {code:sql}
> CREATE TABLE `product` (
>     id INT,
>     brandId INT,
>     PRIMARY KEY (id) NOT ENFORCED
> ) WITH (
>     'connector' = 'datagen',
>     'rows-per-second' = '10',
>     'fields.id.kind' = 'random',
>     'fields.brandId.min' = '1',
>     'fields.brandId.max' = '100'
> );
> {code}
> Followed by:
> {code:sql}
> SELECT * FROM product
> {code}
> Results in:
> [ERROR] Could not execute SQL statement. Reason:
> java.lang.ClassNotFoundException: org.apache.flink.core.execution.RestoreMode



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

Reply via email to