thomasg19930417 commented on PR #4354: URL: https://github.com/apache/kyuubi/pull/4354#issuecomment-1436804989
@bowenliang123 At present, initialization sql is controlled by two parameters, kyuubi.engine.initialize.sql and kyuubi.engine.session.initialize.sql. These two configurations are configured in kyuubi-defult. Assuming that there are many initial udf functions to be created, I think it would be better to configure them in a separate file, Therefore, I added a parameter kyuubi.engine.initialize.sql.type here to control whether to initialize or read the initialized sql from the file About initSql, I think the current implementation only supports sql. -- 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]
