CurtHagenlocher commented on code in PR #2613:
URL: https://github.com/apache/arrow-adbc/pull/2613#discussion_r1996154059


##########
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:
   > Is there some place you are using to check?
   
   It's possible that we haven't yet tested this against a (non-Databricks) 
Spark instance :(. We'll follow up. Finding any kind of definitive knowledge 
about this API (and its multiple implementations) is pretty challenging.



-- 
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]

Reply via email to