apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.49k stars 190 forks source link

Refine the ExecuteQuery grpc interface #789

Closed yahoNanJing closed 1 year ago

yahoNanJing commented 1 year ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Currently there's no individual grpc interface for session related operations. It's decoupled with the execute_query interface. It's not good for maintenance.

Describe the solution you'd like

It's better to decouple them. And add more details if errors occur.

Describe alternatives you've considered

Additional context