pan3793 commented on a change in pull request #1028:
URL: https://github.com/apache/incubator-kyuubi/pull/1028#discussion_r702722467
##########
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:
Thanks, we need refactor `DataLakeSuiteMixin` and expose create table
options to subclass in future.
--
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]