-
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
Fix the path to copy hive.properties from scripts #9967
Conversation
✅ Deploy Preview for meta-velox canceled.
|
I notice failures of fuzzer test after merging #9759 due to wrong file path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rui-mo thanks!
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, CI is not finished but the changed code ran already. 👍
@xiaoxmeng merged this pull request in 4d4160c. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Thank you for the quick response! |
…9967) Summary: hive.properties has been moved to scripts/presto/etc. We need to update the path to copy it from. Pull Request resolved: facebookincubator#9967 Reviewed By: kgpai Differential Revision: D57894974 Pulled By: xiaoxmeng fbshipit-source-id: fb321a78cc46567d5053acb2a6a37d017f2b5d9a
…9967) Summary: hive.properties has been moved to scripts/presto/etc. We need to update the path to copy it from. Pull Request resolved: facebookincubator#9967 Reviewed By: kgpai Differential Revision: D57894974 Pulled By: xiaoxmeng fbshipit-source-id: fb321a78cc46567d5053acb2a6a37d017f2b5d9a
hive.properties has been moved to scripts/presto/etc. We need to update the
path to copy it from.