[
https://issues.apache.org/jira/browse/FLINK-35785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863817#comment-17863817
]
Ferenc Csaky edited comment on FLINK-35785 at 7/8/24 2:41 PM:
--------------------------------------------------------------
With a fresh local build today from the {{release-1.20}} branch ({{mvn clean
install -DskipTests -Dfast}}), I was not able to reproduce this. Started a
cluster via {{./build-target/bin/start-cluster.sh}}, then executed the
mentioned commands in the desc. Job was deployed successfully, results showed
up as expected.
was (Author: ferenc-csaky):
With a fresh local build today from the {{release-1.20}} branch, I was not able
to reproduce this. Started a cluster via
{{./build-target/bin/start-cluster.sh}}, then executed the mentioned commands
in the desc. Job was deployed successfully, results showed up as expected.
> 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)