codope commented on code in PR #11164:
URL: https://github.com/apache/hudi/pull/11164#discussion_r1591770204


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:
##########
@@ -2827,7 +2828,7 @@ public void testAutoGenerateRecordKeys() throws Exception 
{
     deltaStreamer.sync();
     assertRecordCount(parquetRecordsCount, tableBasePath, sqlContext);
     // validate that auto record keys are enabled.
-    HoodieTableMetaClient metaClient = 
HoodieTableMetaClient.builder().setBasePath(tableBasePath).setConf(jsc.hadoopConfiguration()).build();
+    HoodieTableMetaClient metaClient = 
HoodieTableMetaClient.builder().setBasePath(tableBasePath).setConf(new 
HadoopStorageConfiguration(jsc.hadoopConfiguration())).build();

Review Comment:
   Can't we use the `HoodieTestUtils.getDefaultStorageConf`?



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