nsivabalan commented on code in PR #7668:
URL: https://github.com/apache/hudi/pull/7668#discussion_r1085999063
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -77,6 +77,28 @@ object HoodieSparkSqlWriter {
private var asyncCompactionTriggerFnDefined: Boolean = false
private var asyncClusteringTriggerFnDefined: Boolean = false
+ def changeOperationToInsertIfRequired(writeOperationType:
WriteOperationType, hoodieConfig: HoodieConfig)
Review Comment:
@kazdy : Would you be able to help us w/ a contribution on this. If you take
this branch and work on top of it. As of this patch, we have tested auto
generation of record keys works for spark-sql (CTAS and create table + inserts
). So, would appreciate if you can put up a fix on the strict/non-strict mode.
--
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]