pyarrow/adbc: no support for binding DECIMAL in Snowflake driver
Open
Type: enhancement
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### What feature or improvement would you like to see?
I'm not sure if at the current state the driver is even usable. Almost all numeric types are decimals in Snowflake.
```
adbc_driver_manager.NotSupportedError: NOT_IMPLEMENTED: [Snowflake] Unsupported bind param '0' type decimal(1, 0)
```
I've tried to bind it directly from RecordBatch or through the DBAPI "interface", but nope.
Contributor guide
Assessment
This issue has not been assessed yet.