pan3793 commented on a change in pull request #1028:
URL: https://github.com/apache/incubator-kyuubi/pull/1028#discussion_r702632368



##########
File path: kyuubi-common/src/test/scala/org/apache/kyuubi/HudiSuiteMixin.scala
##########
@@ -42,5 +42,6 @@ trait HudiSuiteMixin extends DataLakeSuiteMixin {
     "spark.sql.defaultCatalog" -> catalog,
     "spark.sql.extensions" -> 
"org.apache.spark.sql.hudi.HoodieSparkSessionExtension",
     "spark.serializer" -> "org.apache.spark.serializer.KryoSerializer",
+    "hoodie.bootstrap.index.class" -> 
"org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex",

Review comment:
       Actually, `HFileBootstrapIndex` is the default value, it's no matter 
with/without this conf I think.




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