linliu-code commented on code in PR #9819:
URL: https://github.com/apache/hudi/pull/9819#discussion_r1353667343


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/NewHoodieParquetFileFormatUtils.scala:
##########
@@ -150,6 +150,12 @@ class NewHoodieParquetFileFormatUtils(val sqlContext: 
SQLContext,
       sqlContext.getConf(config.key(), 
defaultValueOption.getOrElse(config.defaultValue())))
   }
 
+  private def checkIfAConfigurationEnabled(config: 
ConfigProperty[java.lang.Boolean],

Review Comment:
   I will refactor this into HoodieReaderConfig, probably in new PR because I 
saw there are lots of missing stuff in HoodieReaderConfig.



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