Closed sfc-gh-dszmolka closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.46%. Comparing base (
099708d
) to head (4c28228
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
SNOW-1660331 // https://github.com/snowflakedb/gosnowflake/issues/1207
attempt to fix
which happens when trying to download a file into an in-memory stream (rather than a file) per docs:
getFileToStream
being unexported, it is not really accessible from outside of the module.Checklist