Skip to content

[FEATURE] Revert stream pattern method to recover pushdown ability in V2 and implement SIMPLE_PATTERN in Calcite #3552

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

Closed
songkant-aws opened this issue Apr 16, 2025 · 0 comments · Fixed by #3553
Labels
calcite calcite migration releated

Comments

@songkant-aws
Copy link
Contributor

songkant-aws commented Apr 16, 2025

Epic: #3547

Is your feature request related to a problem?
This issue will do two items:

  1. Revert stream pattern method to recover pushdown ability in V2 because previous patterns command in V2 is an expression over new field as part of project, it can be pushed down to OpenSearch. The stream pattern method introduction causes regression. So revert this part of code.
  2. Implement SIMPLE_PATTERN patterns method based on parse command in Calcite

What solution would you like?
A clear and concise description of what you want to happen.

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calcite calcite migration releated
Projects
Status: Not Started
Development

Successfully merging a pull request may close this issue.

2 participants