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-unsubscr...@flink.apache.org

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

Reply via email to