pan3793 commented on a change in pull request #1028:
URL: https://github.com/apache/incubator-kyuubi/pull/1028#discussion_r702689001
##########
File path: kyuubi-common/src/test/scala/org/apache/kyuubi/HudiSuiteMixin.scala
##########
@@ -38,7 +38,6 @@ trait HudiSuiteMixin extends DataLakeSuiteMixin {
}
override protected def extraConfigs = Map(
- "spark.sql.catalogImplementation" -> "in-memory",
Review comment:
Yeah, I see, just move it to `WithSparkSQLEngine`.
BTW, why hudi doesn't work with `hive` catalog? `in-memory` should only used
for test, I think most users would use hive for production.
--
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]