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


##########
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:
   Thank you for clarification! I've reverted changes in a separate commit 
d6384c6e0cadc515ff59fe46a15277102db1b1bd



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