the-other-tim-brown commented on code in PR #13692:
URL: https://github.com/apache/hudi/pull/13692#discussion_r2260533749
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -1905,10 +1905,10 @@ public void testPayloadClassUpdateWithCOWTable() throws
Exception {
assertTrue(props.containsKey(HoodieTableConfig.RECORD_MERGE_STRATEGY_ID.key()));
//now create one more deltaStreamer instance and update payload class
Review Comment:
I think going forward we assume that the table is created with the payload
class and cannot be updated after the fact since this can cause consistency
issues.
--
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]