-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE when unable to init the driver #107
Comments
Was not able to reproduce NPE |
@snuyanzin what errors do you get when you pass incorrect driver name (ex: |
Yes, sorry, my fault
|
Fixed in 9b0f7b8. |
Verified:
|
Command:
/usr/lib/jvm/java-1.8.0-openjdk/bin/java -cp ... sqlline.SqlLine -d org.apache.drill.jdbc.Dri --maxWidth=10000
Sqlline displays the incorrect driver class name with NPE afterwards. Does not fail and only after issuing
quit
command, displays full error message.Actually, not quite sure why sqlline does not fail completely if passed driver is incorrect.
The text was updated successfully, but these errors were encountered: