-
Notifications
You must be signed in to change notification settings - Fork 139
fix: updates time partition handling #1184
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
Conversation
Lint is failing in the kokoro session. all other kokoro tests pass. |
Could you add unit and system test for this change? Thanks |
@Linchin FYI: I am ditching this PR in deference to PR #1179 While the intent of this PR was to simplify things, it was an experiment. |
Updates time partition handling.
Restores ability to partition by day AND adds several additional allowed partitioning schemes.
Fixes #1162 🦕