Joel Lubinitsky
Joel Lubinitsky
Context not propagated to snowflakeFileTransferAgent on PUT command; cancellation is not supported
Context cancellation works for other queries executed using `conn.ExecContext()`, but is ignored for [PUT/GET](https://github.com/snowflakedb/gosnowflake/blob/7328b302337856a01936511bfdb61aea3dbd370b/connection.go#L172-L178) commands because it is not propagated any further than the `snowflakeConn.processFileTransfer()` method. 1. What version of...
### Describe the bug, including details regarding any error messages, version, and platform. On `bufferedPageWriter.Close()` the `BufferWriter.Finish()` method is called but not `BufferWriter.Release()`. The doc for `Finish` states that the...
### Rationale for this change This encoding is defined by the [Parquet spec](https://github.com/apache/parquet-format/blob/master/Encodings.md#byte-stream-split-byte_stream_split--9) but does not currently have a Go implementation. ### What changes are included in this PR? Implement...
## What is the current behavior? The current implementation of `ArrowBatch` is not serializable due to members such as `snowflakeChunkDownloader`, preventing distribution of reads across multiple workers. ## What is...