apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 914 forks source link

[FEATURE] isOperationComplete field to be public #6782

Closed gabrywu closed 3 weeks ago

gabrywu commented 3 weeks ago

Code of Conduct

Search before asking

Describe the feature

KyuubiStatement supports run an async SQL, we need to check if it finishes.

Motivation

No response

Describe the solution

make KyuubiStatement.isOperationComplete field to be public

Additional context

No response

Are you willing to submit PR?