SwordyZhao commented on issue #5991:
URL: https://github.com/apache/kyuubi/issues/5991#issuecomment-1897943828

   This error occurs because when the java class ApplicationProperties reads 
the configuration, configuration items with multiple values are returned as a 
java List. When kyuubi handles the configuration, it does not handle the java 
List specifically, so it calls the toString method, and the toString of java 
List returns a string with brackets, resulting in a configuration read error


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