Member since
03-23-2023
2
Posts
0
Kudos Received
0
Solutions
03-23-2023
10:13 AM
Thanks @Shmoo Follow-up questions: 1. So, this PARTITION RENAME will only update reference folder paths in Hive metastore? 2. PARTITION RENAME work, if already a partition with activeFlag='Y' exists? If yes, what will happen to existing partition?
... View more
03-23-2023
06:54 AM
when we rename partition of a column, would underlying data of the column would also change as per our rename. this is on ORC file format. for ex. I've partition named activeFlag='N', when I rename this partition to activeFlag='Y', would those activeFlag column value change to 'Y' (OR) data would be intact as 'N' only?
... View more
Labels:
- Labels:
-
Apache Hive