lidavidm commented on issue #863:
URL: https://github.com/apache/arrow-adbc/issues/863#issuecomment-1613205350
So indeed, it seems Snowflake doesn't support getting Arrow data for certain
queries.
```
(dlv) p scd
*github.com/snowflakedb/gosnowflake.snowflakeArrowStreamChunkDownloader {
sc: *github.com/snowflakedb/gosnowflake.snowflakeConn {
ctx: context.Context(*context.valueCtx) ...,
cfg:
*(*"github.com/snowflakedb/gosnowflake.Config")(0xc0004a88c0),
rest:
*(*"github.com/snowflakedb/gosnowflake.snowflakeRestful")(0xc000a72180),
SequenceCounter: 1,
QueryID: "01ad4ad4-0001-2b93-0001-8206045595ce",
SQLState: "",
telemetry:
*(*"github.com/snowflakedb/gosnowflake.snowflakeTelemetry")(0xc0000e6f40),
internal:
github.com/snowflakedb/gosnowflake.InternalClient(*github.com/snowflakedb/gosnowflake.httpClient)
...,},
ChunkMetas: []github.com/snowflakedb/gosnowflake.execResponseChunk len:
0, cap: 0, nil,
Total: 12,
Qrmk: "",
ChunkHeader: map[string]string nil,
FuncGet: github.com/snowflakedb/gosnowflake.getChunk,
RowSet: github.com/snowflakedb/gosnowflake.rowSetType {
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]