codope commented on code in PR #10352:
URL: https://github.com/apache/hudi/pull/10352#discussion_r1578976365
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/upgrade/TestUpgradeDowngrade.java:
##########
@@ -557,7 +558,8 @@ public void
testDowngradeSixToFiveShouldDeleteRecordIndexPartition() throws Exce
PARTITION_NAME_COLUMN_STATS,
PARTITION_NAME_BLOOM_FILTERS,
PARTITION_NAME_RECORD_INDEX,
- PARTITION_NAME_FUNCTIONAL_INDEX_PREFIX
+ PARTITION_NAME_FUNCTIONAL_INDEX_PREFIX,
Review Comment:
I think we will eventually need to upgrade the table version for 1.0. But,
this PR does not do any incompatible schema changes, so we should be good for
now. HUDI-7665 to track.
--
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]