n3nash commented on a change in pull request #2417:
URL: https://github.com/apache/hudi/pull/2417#discussion_r554539152



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java
##########
@@ -66,10 +67,11 @@
   protected final String spillableMapDirectory;
   private transient HoodieMetadataMergedInstantRecordScanner 
timelineRecordScanner;
 
-  protected BaseTableMetadata(Configuration hadoopConf, String 
datasetBasePath, String spillableMapDirectory,
+  protected BaseTableMetadata(HoodieEngineContext engineContext, String 
datasetBasePath, String spillableMapDirectory,

Review comment:
       It's a new variable..




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to