CurtHagenlocher commented on code in PR #3684:
URL: https://github.com/apache/arrow-adbc/pull/3684#discussion_r2582795867


##########
csharp/src/Drivers/Apache/Hive2/README.md:
##########
@@ -65,6 +65,7 @@ but can also be passed in the call to `AdbcDatabase.Connect`.
 | `adbc.proxy_options.proxy_uid` | Username for proxy authentication. Only 
feature-complete in Spark driver. Required when proxy_auth is True | |
 | `adbc.proxy_options.proxy_pwd` | Password for proxy authentication. Only 
feature-complete in Spark driver. Required when proxy_auth is True | |
 | `adbc.telemetry.trace_parent` | The [trace 
parent](https://www.w3.org/TR/trace-context/#traceparent-header) identifier for 
an existing [trace context](https://www.w3.org/TR/trace-context/) 
\(span/activity\) in a tracing system. This option is most likely to be set 
using `Statement.SetOption` to set the trace parent for driver interaction with 
a specific `Statement`. However, it can also be set using `Driver.Open`, 
`Database.Connect` or `Connection.SetOption` to set the trace parent for all 
interactions with the driver on that specific `Connection`. |  |
+| `adbc.apache.statement.batch_size_stop_condition` | Flag to enable/disable 
stopping reading based on batch size condition | `False` |

Review Comment:
   Please move this up to line ~44 so we keep these in roughly sorted order.



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