-
Notifications
You must be signed in to change notification settings - Fork 149
SNOW-2148519: Fix arrow result format for multistatements #1190
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-2148519: Fix arrow result format for multistatements #1190
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #1190 +/- ##
==========================================
+ Coverage 87.88% 87.93% +0.04%
==========================================
Files 171 171
Lines 14410 14410
Branches 1465 1465
==========================================
+ Hits 12664 12671 +7
+ Misses 1374 1369 -5
+ Partials 372 370 -2 ☔ View full report in Codecov by Sentry. |
…nector-net into NO-SNOW-Fix-Multistatement-Tests
@sfc-gh-ext-simba-lf Tests fail on AWS and GCP, PTAL |
@sfc-gh-dstempniak Is it possible that arrow support for multi-statement queries are not enabled on those github test accounts? I've tried on our Simba accounts for AWS and GCP and the result format was arrow |
…nector-net into NO-SNOW-Fix-Multistatement-Tests
The tests are now passing with the latest update from master |
Description
Fix arrow result format for multistatements
Checklist
dotnet test
)