opensearch-project / opensearch-project/sql

[BUG] IS NOT NULL with alias throws SemanticCheckException

Open
#292 11 comments 0 reactions 1 assignee View on GitHub

@anirudha is already working on this.

Since Jan 4, 2022.

bug enhancement Priority-High SQL
Dominant language
Java
Stars
176
Forks
229
Avg merge
2d 21h
Merged PRs (30d)
43

Description

Describe the bug
Using IS NOT NULL with alias throws SemanticCheckException.

To Reproduce
Sample query:

SELECT dest_city_name AS dc
FROM all_flights
WHERE dc IS NOT NULL

Expected behavior
Should be same as query:

SELECT dest_city_name AS dc
FROM all_flights
WHERE dest_city_name IS NOT NULL

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.