yihua commented on code in PR #10362:
URL: https://github.com/apache/hudi/pull/10362#discussion_r1432816967


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -2291,7 +2291,7 @@ public void 
testCsvDFSSourceNoHeaderWithoutSchemaProviderAndWithTransformer() th
       testCsvDFSSource(false, '\t', false, 
Collections.singletonList(TripsWithDistanceTransformer.class.getName()));
     }, "Should error out when doing the transformation.");
     LOG.debug("Expected error during transformation", e);
-    assertTrue(e.getMessage().contains("cannot resolve 'begin_lat' given input 
columns:"));
+    assertTrue(e.getMessage().contains("Column 'begin_lat' does not exist. Did 
you mean one of the following?"));

Review Comment:
   Azure CI runs this test in Spark 3.2.  This error message after change only 
works for Spark 3.3.



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