alexguo-db opened a new pull request, #2613:
URL: https://github.com/apache/arrow-adbc/pull/2613

   Enable trimming arrow batches to limit by default. This is the same setting 
in Databricks JDBC driver.
   
   Tested locally with a program that executes a single query
   
   ```
   dotnet run "SELECT * FROM main.schema.table LIMIT 11000"                     
        
   Connected to Databricks successfully.
   Read 4096 rows.
   Read 4096 rows.
   Read 2129 rows.
   Read 679 rows.
   Read 11000 rows.
   ```
   
   Closes https://github.com/apache/arrow-adbc/issues/2612


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