dongkelun commented on code in PR #6419:
URL: https://github.com/apache/hudi/pull/6419#discussion_r973806077


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/ProvidesHoodieConfig.scala:
##########
@@ -174,7 +174,7 @@ trait ProvidesHoodieConfig extends Logging {
 
     val enableHive = isUsingHiveCatalog(sparkSession)
 
-    withSparkConf(sparkSession, catalogProperties) {
+    withSparkConf(sparkSession, catalogProperties ++ extraOptions) {

Review Comment:
   I can't figure out how to implement the test case.Do you have any ideas?



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