paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[Bug] Flink 1.15 1.0 Index 1 out of bounds for length 1

Open kwokhh opened this issue 10 months ago • 2 comments

Search before asking

  • [x] I searched in the issues and found nothing similar.

Paimon version

paimon 1.0

Compute Engine

Flink 1.15

Minimal reproduce step

Deploy a flink job writing to a database having data type array<map<string, string>> with paimon format in hdfs using paimon-flink-1.15 1.0

What doesn't meet your expectations?

No exception will be thrown when using trino to query the data from that database in hdfs

Anything else?

Although I have tried to followe the suggestion, configurating state.compatible-for-less-than-08 to true, (https://github.com/apache/paimon/pull/3473) from the issue [flink] supports upgrading from versions below 0.8.0 (excluding 0.8.0) to 0.8.1+. #3473, the related error is still thrown.

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

kwokhh avatar Feb 11 '25 07:02 kwokhh

Please try version paimon 1.0.1

leaves12138 avatar Feb 12 '25 02:02 leaves12138

I have tried to use 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 from the specific table.

kwokhh avatar Mar 10 '25 03:03 kwokhh