the-other-tim-brown commented on code in PR #10806:
URL: https://github.com/apache/hudi/pull/10806#discussion_r1581445403
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamerTestBase.java:
##########
@@ -157,9 +155,9 @@ public void cleanupKafkaTestUtils() {
public static void initClass() throws Exception {
UtilitiesTestBase.initTestServices(false, true, false);
// basePath is defined in UtilitiesTestBase.initTestServices
- PARQUET_SOURCE_ROOT = basePath + "/parquetFiles";
- ORC_SOURCE_ROOT = basePath + "/orcFiles";
- JSON_KAFKA_SOURCE_ROOT = basePath + "/jsonKafkaFiles";
+ PARQUET_SOURCE_ROOT = basePath + "parquetFiles";
Review Comment:
This changes from the `//parquetFiles` to just `/parquetFiles`
--
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]