[ 
https://issues.apache.org/jira/browse/SPARK-41628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707513#comment-17707513
 ] 

Jia Fan commented on SPARK-41628:
---------------------------------

Hi, [~grundprinzip-db] . I have a question, Should I use grpc futureStub to 
implement asynchronous API? It just should add some connect client api. Or I 
should add new grpc method named `AsyncExecutePlanRequest` and return 
requestId. Then User can use another grpc method named `WaitResponse` to get 
`ExecutePlanResponse`?

> Support async query execution
> -----------------------------
>
>                 Key: SPARK-41628
>                 URL: https://issues.apache.org/jira/browse/SPARK-41628
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect
>    Affects Versions: 3.4.0
>            Reporter: Martin Grund
>            Priority: Major
>
> Today the query execution is completely synchronous, add an additional 
> asynchronous API that allows to submit and polll for the result.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to