You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/src/Drivers/Apache/Hive2/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ but can also be passed in the call to `AdbcDatabase.Connect`.
65
65
|`adbc.proxy_options.proxy_uid`| Username for proxy authentication. Only feature-complete in Spark driver. Required when proxy_auth is True ||
66
66
|`adbc.proxy_options.proxy_pwd`| Password for proxy authentication. Only feature-complete in Spark driver. Required when proxy_auth is True ||
67
67
|`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`. ||
68
+
|`adbc.apache.statement.batch_size_stop_condition`| Flag to enable/disable stopping reading based on batch size condition |`False`|
0 commit comments