kwokhh

Results 2 comments of kwokhh

Hi @yangjf2019 the flink deployment is described below: ``` apiVersion: flink.apache.org/v1beta1 kind: FlinkDeployment metadata: name: spec: image: mode: native flinkVersion: v1_17 flinkConfiguration: taskmanager.memory.jvm-metaspace.size: 512 mb jobmanager.memory.jvm-metaspace.size: 512 mb metrics.job.status.enable: "STATE"...

I have tried to use [Paimon : Flink : 1.17](https://mvnrepository.com/artifact/org.apache.paimon/paimon-flink-1.17) » [1.0.1](https://mvnrepository.com/artifact/org.apache.paimon/paimon-flink-1.17/1.0.1) in my package, but the error is still thrown when using trino (version: 455) to query the data...