[Bug] Flink 1.15 1.0 Index 1 out of bounds for length 1
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!
Please try version paimon 1.0.1
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.