snowflakedb / gosnowflake

Go Snowflake Driver
Apache License 2.0
298 stars 124 forks source link

SNOW-1222159 Download arrow batches even if first one is empty #1068

Closed sfc-gh-pfus closed 7 months ago

sfc-gh-pfus commented 8 months ago

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

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.