jonvex commented on code in PR #11154:
URL: https://github.com/apache/hudi/pull/11154#discussion_r1612085493


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestBasicSchemaEvolution.scala:
##########
@@ -169,20 +169,35 @@ class TestBasicSchemaEvolution extends 
HoodieSparkClientTestBase with ScalaAsser
     // 2. Write 2d batch with another schema (added column `age`)
     //
 
-    val secondSchema = StructType(
+    val secondInputSchema = StructType(

Review Comment:
   shouldn't the behavior be the same when reconcile is enabled? 



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to