the-other-tim-brown commented on code in PR #13632:
URL: https://github.com/apache/hudi/pull/13632#discussion_r2234135240


##########
hudi-hadoop-common/src/test/java/org/apache/hudi/io/hadoop/TestHoodieReaderWriterBase.java:
##########
@@ -158,7 +158,6 @@ public void testWriteReadComplexRecord() throws Exception {
   @ValueSource(strings = {
       "/exampleEvolvedSchema.avsc",
       "/exampleEvolvedSchemaChangeOrder.avsc",
-      "/exampleEvolvedSchemaColumnRequire.avsc",

Review Comment:
   This adds a non-nullable field without a default so it is an invalid schema 
evolution and fails the test as a consequence of this.



-- 
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]

Reply via email to