Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0A000: feature_not_supported #728

Closed
Tracked by #670
yaooqinn opened this issue Jun 30, 2021 · 2 comments
Closed
Tracked by #670

0A000: feature_not_supported #728

yaooqinn opened this issue Jun 30, 2021 · 2 comments

Comments

@yaooqinn
Copy link
Member

yaooqinn commented Jun 30, 2021

1. Describe the feature

Follow #670 to:
Apply errorCode 0A000: feature_not_supported to val errStatus = KyuubiSQLException("Feature is not available").toTStatus

2. Motivation

3. Describe the solution

Add this to KyuubiSQLException object and use it wherever needed

  def featureNotSupported(): KyuubiSQLException = {
    KyuubiSQLException("feature not supported", sqlState = "0A000")
  }

4. Additional context

@yaooqinn
Copy link
Member Author

cc @zhaomin1423

@zhaomin1423
Copy link
Member

cc @zhaomin1423
I would like to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants