You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/11/11 03:43:00 UTC

[jira] [Created] (FLINK-29988) Improve upper case fields for hive metastore

Jingsong Lee created FLINK-29988:
------------------------------------

             Summary: Improve upper case fields for hive metastore
                 Key: FLINK-29988
                 URL: https://issues.apache.org/jira/browse/FLINK-29988
             Project: Flink
          Issue Type: Improvement
            Reporter: Jingsong Lee


If the fields in the fts table are uppercase, there will be a mismatched exception when used in the Hive.

1. If it is not supported at the beginning, throw an exception when flink creates a table to the hive metastore.
2. If it is supported, so that no error is reported in the whole process, but save lower case in hive metastore. We can check columns with the same name when creating a table in Flink with hive metastore.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)