danny0405 commented on code in PR #10786:
URL: https://github.com/apache/hudi/pull/10786#discussion_r1511984094
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/HoodieDatasetBulkInsertHelper.scala:
##########
@@ -144,7 +149,7 @@ object HoodieDatasetBulkInsertHelper
arePartitionRecordsSorted: Boolean,
shouldPreserveHoodieMetadata: Boolean):
HoodieData[WriteStatus] = {
val schema = dataset.schema
- val writeStatuses = dataset.queryExecution.toRdd.mapPartitions(iter => {
+ val writeStatuses =
injectSQLConf(dataset.queryExecution.toRdd.mapPartitions(iter => {
Review Comment:
Could we have some test validations?
--
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]