-
Notifications
You must be signed in to change notification settings - Fork 0
Add Arrow Flight SQL client #1
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
Conversation
a8f68cf to
d80ab1b
Compare
cmwhited
left a comment
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.
Didn't check each piece against flechette/apache-arrow. But looks good. Left some comments, one thing is the diff between /reader.ts and the split out readers in the readers dir
fubhy
left a comment
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.
This is a great first step. I'm missing tests (a lot) and documentation (a lot). Please augment the code with both (feel free to use your guy for that but let's carefully review everything obviously). Especially for these foundational things, the more we can infuse the source code with context for further development, the better for future sessions.
…ta and RecordBatch for testing (#3) * test(harness): add vitest deps. setup vitest config. validate with test * test(harness): small fixes * test(harness): build out arrow flight message and recordbatch builder test harness impl * rebase --------- Co-authored-by: Maxwell Brown <[email protected]>
No description provided.