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

[FEA][Audit] - Push down StringEndsWith/Contains to Parquet #5553

Closed
nartal1 opened this issue May 20, 2022 · 1 comment
Closed

[FEA][Audit] - Push down StringEndsWith/Contains to Parquet #5553

nartal1 opened this issue May 20, 2022 · 1 comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request performance A performance related task/issue

Comments

@nartal1
Copy link
Collaborator

nartal1 commented May 20, 2022

Is your feature request related to a problem? Please describe.
We have copied code to GpuParquetScan where we are using pushDownStringStartWith . Below PR replaces that with `parquetFilterPushDownStringPredicate' . Need to evaluate if we will have to pull in this change.

Spark commit - apache/spark@1b7c636445

@nartal1 nartal1 added feature request New feature or request ? - Needs Triage Need team to review and classify performance A performance related task/issue audit_3.4.0 Audit related tasks for 3.4.0 labels May 20, 2022
@sameerz sameerz added P1 Nice to have for release and removed ? - Needs Triage Need team to review and classify labels May 24, 2022
@mattahrens mattahrens removed the P1 Nice to have for release label Aug 7, 2023
@jlowe
Copy link
Member

jlowe commented Feb 29, 2024

This has been fixed.

@jlowe jlowe closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request performance A performance related task/issue
Projects
None yet
Development

No branches or pull requests

4 participants