what's the difference between the tableColumns and partitionColumns ? #18063
-
In my hive table, the tableColumns and partitionColumns are some, |
Beta Was this translation helpful? Give feedback.
Answered by
kokosing
Jun 28, 2023
Replies: 1 comment 1 reply
-
Hive allows to modify the table and partition schema independently and it is possible that they go out of sync. Also hive allows to register new partitions that can also have different schema. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ebyhr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hive allows to modify the table and partition schema independently and it is possible that they go out of sync. Also hive allows to register new partitions that can also have different schema.