Hive dialect?
#2831
Replies: 1 comment 2 replies
-
I'm fine removing it. I can't remember why we had it, and it's better to have nothing rather than something that doesn't work. We can always wait for someone to come along and champion it... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that the ClickHouse integration test is working, the only dialect currently implemented that has not been tested is Hive, except for those that are not substantive or not OSS.
prql/prql-compiler/src/sql/dialect.rs
Lines 44 to 57 in 5425a67
So I would like to check if we can add a test for Hive, but what do you mean by Hive dialects here?
I looked at the PR #347 which add Hive dialect and couldn't figure out why Hive is added.
I'm also wondering if it's worth keeping the Hive dialect, since I'm not sure if it's worth it to have the Hive dialect in the first place.
(I have used Hive and Spark very little!)
Beta Was this translation helpful? Give feedback.
All reactions