You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modification is from 2c401ac. It reorganized the building flow: first we retrieve schema without caseSensitive; then we build Paimon table schema with caseSensitive. Ant We also add many tests with case-insensitive catalog in that PR. So I think this bug is solved.
Search before asking
Paimon version
master branch f68743c
Compute Engine
flink
Minimal reproduce step
Run a
KafkaSyncTableAction
test with a hive catalog.What doesn't meet your expectations?
parser created with
caseSensitive
hard coded to true, not according to the provided catalog'scaseSensitive()
implementationhttps://github.com/apache/incubator-paimon/blob/f68743c1bf429db4b28fccd3e24e23bf0a5266f6/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/MessageQueueSchemaUtils.java#L53
This will cause case validations to fail due to inconsistency since the hive catalog's
caseSensitive()
would return false.Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: