bowenliang123 commented on code in PR #4886:
URL: https://github.com/apache/kyuubi/pull/4886#discussion_r1208564961


##########
externals/kyuubi-jdbc-engine/src/main/scala/org/apache/kyuubi/engine/jdbc/dialect/JdbcDialect.scala:
##########
@@ -65,6 +65,10 @@ abstract class JdbcDialect extends SupportServiceLoader with 
Logging {
 
   def getSchemaHelper(): SchemaHelper
 
+  def initializationSQLs(): Seq[String] = {

Review Comment:
   The initialization SQLs should be configurable.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to