gfunc opened a new issue, #2481:
URL: https://github.com/apache/incubator-paimon/issues/2481

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Paimon version
   
   master branch f68743c1bf429db4b28fccd3e24e23bf0a5266f6
   
   ### 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's `caseSensitive()` implementation
   
   
https://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?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to