Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] When using the hive catalog the hive table name is uppercase, the Doris query is reported wrong #29058

Closed
3 tasks done
LuGuangming opened this issue Dec 26, 2023 · 0 comments · Fixed by #29059
Closed
3 tasks done

Comments

@LuGuangming
Copy link
Contributor

Search before asking

  • 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:

image

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant