-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Kernel][Data skipping] Add the STARTS_WITH expression and support data skipping for it #2539
Comments
@allisonport-db @vkorukanti I would like to work on this. |
@krishnanravi Sounds good. I assigned the issue to you. Thank you! |
Here is an example PR that adds the |
@vkorukanti qq - what data types do we want to support for |
## Description Add SQL `LIKE` expression support in Kernel list of supported expressions and a default implementation. Addresses part of #2539 (where `STARTS_WITH` as `LIKE 'str%'`) ## How was this patch tested? added unit tests Signed-off-by: Krishnan Paranji Ravi <[email protected]>
## Description Add SQL `LIKE` expression support in Kernel list of supported expressions and a default implementation. Addresses part of delta-io#2539 (where `STARTS_WITH` as `LIKE 'str%'`) ## How was this patch tested? added unit tests Signed-off-by: Krishnan Paranji Ravi <[email protected]>
The |
Feature request
Which Delta project/connector is this regarding?
Overview
Currently Kernel supports a limited set of expressions. We should 1) add the STARTS_WITH expression and 2) use file statistics to prune files based on the expression.
Motivation
Better file pruning.
Further details
This means we should
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
The text was updated successfully, but these errors were encountered: