You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
2.0.2/2.0.3、master
What's Wrong?
When using the hive catalog the hive table name is uppercase, the Doris query is reported wrong
for example:
hive create table:
create table HIVE_test3(id int, name string) stored as orc;
doris query table error:
What You Expected?
The hive is insensitive and the actual storage HDFS path is lowercase, so we need to support the hive building table with a capital table name
Search before asking
Version
2.0.2/2.0.3、master
What's Wrong?
When using the hive catalog the hive table name is uppercase, the Doris query is reported wrong
for example:
hive create table:
create table HIVE_test3(id int, name string) stored as orc;
doris query table error:
What You Expected?
The hive is insensitive and the actual storage HDFS path is lowercase, so we need to support the hive building table with a capital table name
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: