You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/25 13:03:22 UTC

[GitHub] [flink-table-store] zjureel commented on pull request #402: [FLINK-29988] Using lower case fields in hive catalog

zjureel commented on PR #402:
URL: https://github.com/apache/flink-table-store/pull/402#issuecomment-1327448839

   Hi @JingsongLi  I try to fix this issue and get some problems
   
   Current I convert the database, table and fields names to lower case in `HiveCatalog`, but there will be problems when we submit a flink job to write data.
   
   We we submit a flink job with `INSERT TableName SELECT ...`, it creates sink table with `TableName` and try to read schema from the file system. It doesn't know whether the table is in hive metastore, and can't get the table from `HiveCatalog`.
   
   Maybe we should convert all the database, table names to lower case, not limited to `HiveCatalog`, what do you think? Hope to hear from you, THX :)


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org