ccstevens commented on code in PR #2613:
URL: https://github.com/apache/arrow-adbc/pull/2613#discussion_r1995997197
##########
csharp/src/Drivers/Apache/Spark/SparkStatement.cs:
##########
@@ -50,6 +50,7 @@ protected override void
SetStatementProperties(TExecuteStatementReq statement)
ComplexTypesAsArrow = false,
IntervalTypesAsArrow = false,
};
+ statement.TrimArrowBatchesToLimit = true;
Review Comment:
Yes, this is Databricks only.
--
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]