-
Notifications
You must be signed in to change notification settings - Fork 387
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
[Bug report] Trino, hive catalog: COMMNET COLUMN with ' ' or NULL has ArrayIndexOutOfBoundsException error #5533
Comments
@diqiu50 Can you help check this issue? |
@diqiu50 can you please work on this? |
github-actions bot
pushed a commit
that referenced
this issue
Jan 13, 2025
…undsException when execute COMMENT COLUMN command (#6182) ### What changes were proposed in this pull request? Fix the exception of ArrayIndexOutOfBoundsException when handle error message of IllegalArgumentException ### Why are the changes needed? Fix: #5533 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
jerryshao
pushed a commit
that referenced
this issue
Jan 13, 2025
…undsException when execute COMMENT COLUMN command (#6201) ### What changes were proposed in this pull request? Fix the exception of ArrayIndexOutOfBoundsException when handle error message of IllegalArgumentException ### Why are the changes needed? Fix: #5533 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT Co-authored-by: Yuhui <[email protected]>
Abyss-lord
pushed a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 14, 2025
…utOfBoundsException when execute COMMENT COLUMN command (apache#6182) ### What changes were proposed in this pull request? Fix the exception of ArrayIndexOutOfBoundsException when handle error message of IllegalArgumentException ### Why are the changes needed? Fix: apache#5533 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? IT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
Error message and/or stacktrace
N/A
How to reproduce
2.
COMMENT ON COLUMN test_table.name IS 'a'
3.
COMMENT ON COLUMN test_table.name IS ' ';
4.
COMMENT ON COLUMN test_table.name IS NULL
Additional context
No response
The text was updated successfully, but these errors were encountered: