-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
SQL: Selecting qualified nested field throws NPE #30054
Labels
Comments
Original comment by @bpintea: Stacktrace attached: LINK REDACTED |
Original comment by @costin: The bug has been reported to @martijnvg who confirmed it seems to be a bug in ES rather than the query itself. |
Original comment by @bpintea: Sanitizing picked this issue up: is there a peer issue to track the defect in ES? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original comment by @bpintea:
The following statment:
"SELECT dep.dep_id FROM test_emp"
will lead to a NPE.
"SELECT dep.* FROM test_emp" will work, though.
The text was updated successfully, but these errors were encountered: