zeroshade commented on code in PR #974:
URL: https://github.com/apache/arrow-adbc/pull/974#discussion_r1290507257


##########
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:
   yea, because that name and description are completely incorrect with respect 
to that option....



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