-
Notifications
You must be signed in to change notification settings - Fork 140
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
SNOW-893835 Arrow - support for multi-chunk results #771
Conversation
I saw many "public" method changes. Are we going to mark it as a BCR? Also do we added result format changes from ARROW to JSON and vice versa like "alter session set DOTNET_RESULT_FORMAT = 'ARROW' | 'JSON'"? Default should be arrow like JDBC/ODBC/GO drivers. |
@sfc-gh-igarish thank you for your comment. I recreated IResultChunk interface not to do BCR. Now interface of all public methods in public classes remain the same. |
Description
Arrow - support for multi-chunk results.
Checklist
dotnet test
)