-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Analyze PR #99
Analyze PR #99
Conversation
Fix a bug where creating empty parition using CALL statement throws exceptions when using file based metastore implementation. Extracted-From: prestodb/presto#11376
Extracted-From: prestodb/presto#11376
Extracted-From: prestodb/presto#11376
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to [email protected]. If you are contributing on behalf of someone else (e.g., your employer), the individual CLA may not be sufficient and your employer may need the Corporate CLA signed. |
@martint I believe all of your comment have been addressed, particularly: |
I believe the first commit ("Fix creating non-bucketed empty partition") should be replaced by prestodb/presto#12204 . cc @electrum |
@wenleix Thanks, you are right, will do |
Extracted from prestodb/presto#11376
Fixes #39