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-1222159 Download arrow batches even if first one is empty #1068

Merged
merged 1 commit into from Mar 11, 2024

Conversation

sfc-gh-pfus
Copy link
Collaborator

Description

When first arrow batch (returned with query-request response) is empty, download of the remaining chunks does not start at all. This PR fixes this situation.

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 requested a review from a team as a code owner March 7, 2024 12:29
@sfc-gh-pfus sfc-gh-pfus force-pushed the SNOW-1222159-first-arrow-batch-empty branch from 01c492f to 618468d Compare March 7, 2024 12:29
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.00%. Comparing base (91692d4) to head (618468d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1068      +/-   ##
==========================================
- Coverage   84.00%   84.00%   -0.01%     
==========================================
  Files          50       50              
  Lines        9946     9944       -2     
==========================================
- Hits         8355     8353       -2     
  Misses       1591     1591              

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

@sfc-gh-pfus sfc-gh-pfus merged commit 48c5e93 into master Mar 11, 2024
34 checks passed
@sfc-gh-pfus sfc-gh-pfus deleted the SNOW-1222159-first-arrow-batch-empty branch March 11, 2024 09:23
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 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.

None yet

2 participants