-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-47482] Add HiveDialect to sql module #45644
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
Conversation
This is too heavy for users and there's no need for it. As Daniel Fernandez said, only two functions should be overriden. in https://issues.apache.org/jira/browse/SPARK-22016 https://issues.apache.org/jira/browse/SPARK-21063 |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Hi @dongjoon-hyun @yaooqinn @HyukjinKwon, please look into this issue seriously. The old related PRs hasn't been active for a long time, we can discuss this here. When we met this issue, the client told me By the way, can throw not support Make a list
1、Startup thriftserver 2、Startup spark-shell 3、Query 4、Client Exception : (Table or view not found: aaa.data.data_part) 5、Server Exception (org.apache.spark.sql.catalyst.parser.ParseException) |
|
This patch works for me too. |
4eda53e to
bb58cab
Compare
ebb3a3e to
c3ebf30
Compare
1a9a6f7 to
9fdb990
Compare
b20f84b to
80d5e4f
Compare
b4ed745 to
2e9fc8b
Compare
52dd798 to
a100cc9
Compare
90b0e05 to
1859d90
Compare
36c61b3 to
5f2d815
Compare
e9e5778 to
3ac43da
Compare
|
We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
What changes were proposed in this pull request?
Add HiveDialect to sql module
Why are the changes needed?
In scenarios with multiple hive catalogs, throw
ParseExceptionSQL
Exception
Does this PR introduce any user-facing change?
no
How was this patch tested?
local test
Was this patch authored or co-authored using generative AI tooling?
no