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

fix: impala partitioning variation #162

Merged
merged 2 commits into from
Jun 23, 2023

Conversation

matthias-Q
Copy link
Collaborator

Impala/Hive have different variations of CREATE TABLE. Partitioning has a slightly different style for external and managed tables:

https://impala.apache.org/docs/build/html/topics/impala_create_table.html

For managed tables you do not have to specify the data type of the partition.

Closes #161

@matthias-Q matthias-Q requested review from dmfay and DerekStride June 22, 2023 19:04
@matthias-Q matthias-Q merged commit 112501d into DerekStride:main Jun 23, 2023
@matthias-Q matthias-Q deleted the impala_partitioning_fix branch June 23, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PARTITIONED BY column_definitions for impala/hive is not correct
2 participants