jonvex commented on code in PR #8303:
URL: https://github.com/apache/hudi/pull/8303#discussion_r1162986794


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DefaultSource.scala:
##########
@@ -100,7 +101,7 @@ class DefaultSource extends RelationProvider
       )
     } else {
       Map()
-    }) ++ DataSourceOptionsHelper.parametersWithReadDefaults(optParams)
+    }) ++ 
DataSourceOptionsHelper.parametersWithReadDefaults(sqlContext.getAllConfs.filter(k
 => k._1.startsWith("hoodie.")) ++ optParams)

Review Comment:
   Currently we can't set read configs in spark sql using the syntax like "set 
hoodie.bootstrap.data.queries.only=false". It only works for write configs. 
This was something we wanted to add anyways: 
https://issues.apache.org/jira/browse/HUDI-5361 



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