sunjincheng121 opened a new pull request #161:
URL: https://github.com/apache/calcite-avatica/pull/161


   I want make the exception information more explicit for instantiate plugin 
in this PR. such as when we want REATE SCHEMA or CREATE TABLE supported. and we 
do not add the class to the class path we got the exception as follows:
   
   `Error: Error while executing SQL "CREATE TABLE t (i INTEGER, j 
VARCHAR(10))": Property 
'org.apache.calcite.sql.parser.ddl.SqlDdlParserImpl#FACTORY' not valid for 
plugin type org.apache.calcite.sql.parser.SqlParserImplFactory (state=,code=0)`
   
    would be great if we can make the error message more explicit , such as: 
   
   `"Property 'org.apache.calcite.sql.parser.ddl.SqlDdlParserImpl#FACTORY' not 
valid as 'org.apache.calcite.sql.parser.ddl.SqlDdlParserImpl' not found in the 
classpath."  `
   
   


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