sudhiremmadi commented on code in PR #3684:
URL: https://github.com/apache/arrow-adbc/pull/3684#discussion_r2492975091
##########
csharp/src/Drivers/Apache/ApacheParameters.cs:
##########
@@ -24,6 +24,7 @@ public class ApacheParameters
{
public const string PollTimeMilliseconds =
"adbc.apache.statement.polltime_ms";
public const string BatchSize = "adbc.apache.statement.batch_size";
+ public const string BatchSizeStopCondition =
"adbc.apache.statement.batch_size_stop_condition";
Review Comment:
It currently applies to Spark, Impala & Hive. Added it to readme
--
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]