xuzifu666 commented on code in PR #8943:
URL: https://github.com/apache/hudi/pull/8943#discussion_r1227823117


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -897,7 +897,8 @@ object HoodieSparkSqlWriter {
     // for backward compatibility
     if (hiveSyncEnabled) {
       metaSyncEnabled = true
-      syncClientToolClassSet += classOf[HiveSyncTool].getName
+      if (syncClientToolClassSet.isEmpty)

Review Comment:
   when would the set be empty?



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