Hello all, After speaking with the developer of SQLPad and getting a little assistance, I managed to get SQLPad to work using JDBC!
What works: You can establish a connection to Drill, execute queries, and visualize the results. What’s not done: It doesn’t get the schema metadata, available tables etc. yet to populate the drop downs. I’ll keep working on that. Here is a link to my fork with the code: https://github.com/cgivre/sqlpad/tree/jdbc Also, here is a link to my branch with the Drill Embedded integration: (No JDBC) https://github.com/cgivre/sqlpad/tree/drill Thanks to Rick Bergfalk for his assistance with this. Please let me know what you think! — C
