geserdugarov commented on code in PR #10362:
URL: https://github.com/apache/hudi/pull/10362#discussion_r1438001315
##########
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:
@yihua Azure CI is successful now. Could you, please, mark your request
change as resolved?
--
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]