Skip to content

fix: impala partitioning variation - #162

Merged
matthias-Q merged 2 commits into
DerekStride:mainfrom
matthias-Q:impala_partitioning_fix
Jun 23, 2023
Merged

fix: impala partitioning variation#162
matthias-Q merged 2 commits into
DerekStride:mainfrom
matthias-Q:impala_partitioning_fix

Conversation

@matthias-Q

Copy link
Copy Markdown
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 DerekStride and dmfay June 22, 2023 19:04
Comment thread grammar.js Outdated
@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