-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ISSUE #14765 - Implement Athena Injected Partition Check #15318
Conversation
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
|
Describe your changes:
Depends on refactor work from #15312
Fixes #14765
Why just implement a check and throw an error message?
Athena injected partition type are use to require user to set the field in the
WHERE
clause of the query. This can only be applied to string column types -- hence use need to set aCOLUMN-VALUE
partition type in the profiler config.Type of change:
Checklist:
Fixes <issue-number>: <short explanation>
Improvement