lidavidm commented on code in PR #974:
URL: https://github.com/apache/arrow-adbc/pull/974#discussion_r1290520999
##########
python/adbc_driver_snowflake/adbc_driver_snowflake/__init__.py:
##########
@@ -90,8 +90,11 @@ class DatabaseOptions(enum.Enum):
class StatementOptions(enum.Enum):
"""Statement options specific to the Snowflake driver."""
- #: The number of rows per batch. Defaults to 1024.
- BATCH_ROWS = "adbc.rpc.result_queue_size"
Review Comment:
It broke a test though:
```
/home/runner/work/arrow-adbc/arrow-adbc/python/adbc_driver_snowflake/tests/test_lowlevel.py:52:56
- error: Cannot access member "BATCH_ROWS" for type "type[StatementOptions]"
Member "BATCH_ROWS" is unknown (reportGeneralTypeIssues)
```
--
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]