alexguo-db opened a new pull request, #2737:
URL: https://github.com/apache/arrow-adbc/pull/2737
- Add option to set EnableDirectResults, which sends getDirectResults in the
Thrift execute statement request
- If getDirectResults is set in the request, then directResults is set on
the response containing initial results (equivalent to the server calling
GetOperationStatus, GetResultSetMetadata, FetchResults, and CloseOperation)
- If directResults is set on the response, don't poll for the operation
status
- We already set getDirectResults on requests for metadata commands, just
not the execute statement request
Tested E2E using `dotnet test --filter CloudFetchE2ETest`
```
[xUnit.net 00:00:00.11] Starting:
Apache.Arrow.Adbc.Tests.Drivers.Databricks
[xUnit.net 00:01:27.27] Finished:
Apache.Arrow.Adbc.Tests.Drivers.Databricks
Apache.Arrow.Adbc.Tests.Drivers.Databricks test net8.0 succeeded (87.7s)
Test summary: total: 8, failed: 0, succeeded: 8, skipped: 0, duration: 87.7s
Build succeeded in 89.1s
```
--
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]