Uh oh!
There was an error while loading. Please reload this page.
GH-110: Flight SQL JDBC related StringView components implementation - #905
Conversation
This comment has been minimized.
This comment has been minimized.
ViggoC
commented
Nov 5, 2025
@lidavidm I have drafted something; could you help me determine if I am on the right track? Currently, all the tests are being modified in-place, and I plan to refine them further. Do you think there are additional tests I should include? |
Uh oh!
There was an error while loading. Please reload this page.
lewiszlw
commented
Nov 19, 2025
Thanks for your implementation! Our project is being blocked by this. What help I can provide so this pr can be merged soon? |
ViggoC
commented
Nov 19, 2025
@lewiszlw It's ready for review now. |
lewiszlw
commented
Nov 20, 2025
I build jdbc driver package from your branch and tested it in our project, but got error |
ViggoC
commented
Nov 20, 2025
could you share the stack? @lewiszlw |
lewiszlw
commented
Nov 20, 2025
Our stack is rust built server based on Datafusion query engine, and expose flight sql api. Our clients are Java stack. I used dbevaer software to verify your branch. |
ViggoC
commented
Nov 21, 2025
@lewiszlw |
lewiszlw
commented
Nov 21, 2025
I sent a pr to your branch. I'm testing it. Note that I can only test binary view type. @ViggoC |
ViggoC
commented
Nov 21, 2025
@lewiszlw Given that you have a real usage environment, it would be great if you are willing to make the fixes. |
lewiszlw
commented
Nov 24, 2025
lewiszlw
left a comment
There was a problem hiding this comment.
I tested this pr in our project.
lidavidm
commented
Dec 4, 2025
JNI failures are unrelated. |
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
Flight SQL JDBC related StringView components implementation.
Closes#110.