zeroshade commented on issue #1847:
URL: https://github.com/apache/arrow-adbc/issues/1847#issuecomment-2113323708

   @davlee1972 They are strings and not ints, primarily because the 
corresponding functions in the snowflake driver haven't been implemented. Only 
the default `SetOption` that takes a string. `SetOptionInt` and 
`SetOptionDouble` aren't implemented for the snowflake driver currently, so 
that's why it requires the option values to be strings.
   
   > If I read data from a pyarrow dataset of parquet files and try to write it 
to Snowflake I get ZERO rows inserted..
   
   Interesting, that's extremely odd. Looking at the code you provided 
screenshots for the `scan_data` for the dataset scenario is still already a 
pyarrow.Table, it just appears to have a few zero length chunks at the start? 
Maybe something is screwy dealing with the zero-length chunks?


-- 
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]

Reply via email to