Skip to content
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

[FEATURE] Support for position in the v2 engine #1106

Closed
acarbonetto opened this issue Nov 25, 2022 · 4 comments
Closed

[FEATURE] Support for position in the v2 engine #1106

acarbonetto opened this issue Nov 25, 2022 · 4 comments
Assignees
Labels
new-engine-gap PPL Piped processing language SQL

Comments

@acarbonetto
Copy link
Collaborator

Is your feature request related to a problem?
The POSITION function is available in the legacy engine, but fails for queries that require the V2 SQL parser or PPL parser. LOCATE is already available.

Example:

SELECT POSITION("SS" IN "ISSUE");

What solution would you like?
POSITION is already supported in the legacy engine, and so is LOCATE. Both have similar functionality, and should be both available in the V2 engine.

What alternatives have you considered?
See above

Do you have any additional context?
N/A

@acarbonetto acarbonetto added enhancement New feature or request untriaged labels Nov 25, 2022
@margarit-h
Copy link
Contributor

Internal WIP PR: Bit-Quill#177

@Yury-Fridlyand Yury-Fridlyand added new-engine-gap SQL PPL Piped processing language and removed enhancement New feature or request untriaged labels Nov 25, 2022
@margarit-h
Copy link
Contributor

PR for SQL support: #1121

@margarit-h
Copy link
Contributor

margarit-h commented Nov 30, 2022

Internal PR for PPL: Bit-Quill#184

@margarit-h
Copy link
Contributor

PR for PPL support: #1147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-engine-gap PPL Piped processing language SQL
Projects
None yet
Development

No branches or pull requests

3 participants