-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(flightsql-jdbc): Add support for Arrow Flight JDBC driver (#8829) #9789
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
base: master
Are you sure you want to change the base?
feat(flightsql-jdbc): Add support for Arrow Flight JDBC driver (#8829) #9789
Conversation
Sorry for the level of testing, as I said I've followed That said, I successfully managed to build a dev docker image and connect to a spice.ai sql engine supporting arrow flight sql jdbc driver using The driver download works as shown in this screenshot showing the dev container internal file system: ![]() However I cannot do more than connecting to the database when clicking on the "Data model" folder. ![]() I might have missed something or perhaps a dev container is not full featured ? When I try to see the generated SQL in the playground I see ![]() |
3183c70
to
2db653b
Compare
Hi @vincentditlevinz 👋 Thanks! I'd suggest that you can you |
2db653b
to
2f90fc9
Compare
High @igorlukanin I managed to add some tests with testcontainer that have worked on my laptop 😄 They test When I compared all occurrences of
The last item probably explains why my new driver doesn't work well in the playground, because I must use a "dev" docker image for the moment. Please, let me know what you expect me to do to make this PR valid according to your development standards. |
2f90fc9
to
2c36eb1
Compare
@@ -20,6 +20,7 @@ on: | |||
- 'packages/cubejs-bigquery-driver/**' | |||
- 'packages/cubejs-clickhouse-driver/**' | |||
- 'packages/cubejs-databricks-jdbc-driver/**' | |||
- 'packages/cubejs-flightsql-jdbc-driver/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I should remove these lines, they seem to be related to cubejs-testing-driver
.
Check List
Issue Reference this PR resolves
[#8829]