Matt Topol
Matt Topol
#524 has been merged finally!
closing in favor of #176
I think I know what's happening. If you have enough rows in your output, snowflake will chunk the data, returning the first chunk with the initial response and requiring you...
@sfc-gh-pfus 1. Since ADBC just forwards query strings to gosnowflake, there's no way for us to know whether or not a query is a metadata "SHOW" query etc. Which means...
> Ad 1. ArrowStreamLoader which is a return value of QueryArrowStream has a function JSONData() [][]*string. Maybe you can decide on these values? If not, we can add additional function...
> On ADBC side - get JSONData and remaining batches bytes deserialise to JSON instead of arrow? What do you think? I was toying with this a bit, and I...
Many of these types of tests already exist in table/table_test.go, can we move these tests there instead? Go doesn't really have a convention of a "tests" directory like this, the...
@Elbehery see my comments :)
We ran into the same problem as this in arrow-go, see https://github.com/apache/arrow-go/issues/448
@alexflint any chance we can get this in? I just hit this myself and would love to see this fixed! Thanks!