CurtHagenlocher commented on code in PR #2613:
URL: https://github.com/apache/arrow-adbc/pull/2613#discussion_r1994591039
##########
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:
And if it's not available in Spark (or in all relatively-recent versions of
Spark), then what's the impact of setting this? Would it cause an error or be
silently ignored?
--
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]