lidavidm opened a new issue, #459: URL: https://github.com/apache/arrow-adbc/issues/459
Flight RPC/Flight SQL is proposing a way to execute queries and get back results incrementally, instead of waiting for the entire query to finish: https://lists.apache.org/thread/247z3t06mf132nocngc1jkp3oqglz7jp We should reflect that capability here. # Proposal Add a new option that can be enabled on statements. When enabled, ExecutePartitions will return whenever new partition(s) are available, instead of blocking and returning only when the query is finished. (Query progress/cancellation are handled by #458.) If no partitions are returned, then the query is finished. -- 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]
