BenJFan commented on code in PR #1911:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1911#discussion_r875725742


##########
seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/src/main/scala/org/apache/seatunnel/spark/clickhouse/sink/Table.scala:
##########
@@ -102,4 +105,10 @@ class Table(val name: String, val database: String, val 
engine: String, val crea
       CheckResult.success()
     }
   }
+
+  def supportReplicatedMergeTree(ddl: String): String = {

Review Comment:
   `supportReplicatedMergeTree` replace to `localizationEngine` will be more 
clear. Other guys maybe can do more in this method.



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