pvary commented on a change in pull request #2780:
URL: https://github.com/apache/hive/pull/2780#discussion_r770399145
##########
File path:
storage-api/src/java/org/apache/hadoop/hive/common/AcidMetaDataFile.java
##########
@@ -55,7 +55,9 @@ public String toString() {
// written by Major compaction
COMPACTED,
// written by truncate
- TRUNCATED;
+ TRUNCATED,
+ // written by drop partition
+ DROPPED;
Review comment:
Will this cause backward incompatibility? What will happen in the old
code trying to read this file?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]