Skip to content

[CALCITE-4232] Support IN query in elasticsearch adapters#2551

Open
shlok7296 wants to merge 1 commit intoapache:mainfrom
shlok7296:CALCITE-4232_a
Open

[CALCITE-4232] Support IN query in elasticsearch adapters#2551
shlok7296 wants to merge 1 commit intoapache:mainfrom
shlok7296:CALCITE-4232_a

Conversation

@shlok7296
Copy link
Copy Markdown
Contributor

No description provided.

@shlok7296 shlok7296 changed the title CALCITE-4232:Support IN query in elasticsearch adapters [CALCITE-4232] Support IN query in elasticsearch adapters Sep 28, 2021
Copy link
Copy Markdown
Member

@zabetak zabetak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be a new feature so tests are definitely needed in order for this to get merged to master.

case OR:
case LIKE:
case EQUALS:
case IN:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember well the IN operator has been superseded by SEARCH so this code may be unreachable at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants