Skip to content
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-1016278 Fix panic on empty arrow batches #1039

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

sfc-gh-pfus
Copy link
Collaborator

@sfc-gh-pfus sfc-gh-pfus commented Jan 25, 2024

Description

SNOW-1016278 Fixes getting arrow batches when query returns no results at all.

Checklist

  • Code compiles correctly
  • Run make fmt to fix inconsistent formats
  • Run make lint to get lint errors and fix all of them
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

@sfc-gh-pfus sfc-gh-pfus force-pushed the SNOW-1016278-panic-on-empty-arrow-batches branch from 1bbdf9c to e1da080 Compare January 25, 2024 08:58
@sfc-gh-pfus sfc-gh-pfus force-pushed the SNOW-1016278-panic-on-empty-arrow-batches branch from e1da080 to 1b0b843 Compare January 25, 2024 09:08
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (611fe9d) 83.12% compared to head (1b0b843) 83.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1039      +/-   ##
==========================================
+ Coverage   83.12%   83.16%   +0.04%     
==========================================
  Files          50       50              
  Lines        9759     9759              
==========================================
+ Hits         8112     8116       +4     
+ Misses       1647     1643       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sfc-gh-pfus sfc-gh-pfus marked this pull request as ready for review January 25, 2024 10:12
@sfc-gh-pfus sfc-gh-pfus requested a review from a team as a code owner January 25, 2024 10:12
@sfc-gh-pfus sfc-gh-pfus merged commit 7b3319d into master Jan 25, 2024
34 checks passed
@sfc-gh-pfus sfc-gh-pfus deleted the SNOW-1016278-panic-on-empty-arrow-batches branch January 25, 2024 13:07
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants