danny0405 commented on code in PR #8858:
URL: https://github.com/apache/hudi/pull/8858#discussion_r1212583636
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -2325,7 +2325,7 @@ public void
testCsvDFSSourceNoHeaderWithoutSchemaProviderAndWithTransformer() th
public void testCsvDFSSourceNoHeaderWithSchemaProviderAndTransformer()
throws Exception {
// The CSV files do not have header, the columns are separated by '\t'
// File schema provider is used, transformer is applied
- // In this case, the source and target schema come from the Avro schema
files
+ // In this case, the source and target schema come from the Avro schema
filesTestSqlFileBasedSour
testCsvDFSSource(false, '\t', true,
Collections.singletonList(TripsWithDistanceTransformer.class.getName()));
Review Comment:
unnecessary change?
--
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]