AshinGau commented on issue #30166: URL: https://github.com/apache/doris/issues/30166#issuecomment-1905380584
When I test this case, it throws `Unknown table 'HIVE_test3'`. Can you paste the result of `show tables`. If there's no `hive_test3` in `show tables`, you can refresh [hive catalog](https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/hive#%E5%85%83%E6%95%B0%E6%8D%AE%E7%BC%93%E5%AD%98%E4%B8%8E%E5%88%B7%E6%96%B0); If there's `hive_test3` in `show tables`, you can change `select * from HIVE_test3` as `select * from hive_test3`. Then, Doris will discuss whether case-insensitive hive table name is supported. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org