ARROW-17731: [Website] Add Flight SQL JDBC blog post#236
ARROW-17731: [Website] Add Flight SQL JDBC blog post#236lidavidm wants to merge 9 commits intoapache:masterfrom
Conversation
1795982 to
85cef89
Compare
|
Added a reference to the ODBC driver as well. |
|
Hi David, for the second paragraph under "Why JDBC", I think talking about ADBC takes away from the JDBC discussion and may confuse the user. Also whenever you mention Dremio can you add this link to it: https://www.dremio.com/resources/guides/apache-arrow/. Also under Getting involved can you add this phrase: "refer to Dremio's Apache Arrow guide" and then this link: (https://www.dremio.com/resources/guides/apache-arrow/) Also after saying after courtesy of the grant by Dremio.... Can the next sentence include our tag line: "Dremio, the easy and open data lakehouse platform. " |
_drafts/arrow-flight-sql-jdbc.md
Outdated
| advantage of JDBC to interoperate generically with multiple databases. | ||
| An Arrow-native database may still wish to be accessible to all of | ||
| this existing software, without having to implement multiple client | ||
| interfaces itself. |
There was a problem hiding this comment.
what do you think about adding a sentence at the end saying:
To learn more about the trade-offs and when to use the Arrow Flight SQL JDBC driver vs the Arrow Flight SQL native client libraries, you can watch this section of Dremio's presentation on it
_drafts/arrow-flight-sql-jdbc.md
Outdated
| and Flight SQL, and increases the reach of Arrow-based applications. | ||
| Additionally, an [ODBC driver implementation][dremio-odbc] based on | ||
| Flight SQL is also available, though it is not part of the Arrow | ||
| project. |
There was a problem hiding this comment.
can we make that last sentence "Dremio has also made an [Arrow Flight SQL ODBC driver][dremio-odbc] available to the Arrow community, though it is not part of the Arrow project yet due to dependency licensing issues."
|
Hi David, made a couple comments. looks good! |
|
Thanks for the feedback. Changes:
|
c8ca094 to
6f92711
Compare
nealrichardson
left a comment
There was a problem hiding this comment.
Some minor notes but otherwise LGTM
| database can support JDBC users without implementing additional APIs | ||
| or its own JDBC driver. | ||
|
|
||
| [^1]: Despite the name, Flight SQL is **not** a SQL dialect, nor is it |
There was a problem hiding this comment.
This seems important and worth reiterating--maybe put it in the paragraph itself instead of a footnote/
|
|
||
| The JDBC driver was merged for the Arrow 10.0.0 release, and the | ||
| [source code][impl] can be found in the Arrow repository. Once Arrow | ||
| 10.0.0 is released (which is planned for October/November 2022), |
There was a problem hiding this comment.
Revise this now that the RC is happening? And/or consider holding to publish with the release announcement--"you can check it out now" is a better call-to-action than "someday soon it will be released"
There was a problem hiding this comment.
Yeah, that makes sense - and we can patch up the release notes afterwards as well.
|
@rapinderj33 we'll push this once 10.0.0 officially releases, and I'll patch in download links and fix the date/time on the post before that. The vote is still underway, so hopefully that will be soon. |
|
Will go out 2022-11-01 |


No description provided.