eric-wang-1990 commented on code in PR #3518:
URL: https://github.com/apache/arrow-adbc/pull/3518#discussion_r2403996524
##########
csharp/src/Drivers/Databricks/DatabricksStatement.cs:
##########
@@ -36,13 +36,16 @@ namespace Apache.Arrow.Adbc.Drivers.Databricks
/// </summary>
internal class DatabricksStatement : SparkStatement, IHiveServer2Statement
{
+ private const long DatabricksBatchSizeDefault = 2000000;
Review Comment:
Let's add a comment of explaining why this is set to 2 million.
--
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]