-
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
Support unary and binary arithmetic operators in expression fuzzer against Presto #11313
Conversation
This pull request was exported from Phabricator. Differential Revision: D64711683 |
✅ Deploy Preview for meta-velox canceled.
|
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!
…to (facebookincubator#11313) Summary: Extend PrestoQueryRunner to translate Velox function names to the corresponding binary operators supported in Presto SQL. This is needed for testing binary arithmetic operators in expression fuzzer wtih PQR. Reviewed By: kevinwilfong Differential Revision: D64711683
5146118
to
183c8a1
Compare
…to (facebookincubator#11313) Summary: Extend PrestoQueryRunner to translate Velox function names to the corresponding binary operators supported in Presto SQL. This is needed for testing binary arithmetic operators in expression fuzzer wtih PQR. Reviewed By: kevinwilfong Differential Revision: D64711683
183c8a1
to
5b04cec
Compare
This pull request was exported from Phabricator. Differential Revision: D64711683 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D64711683 |
…ainst Presto (facebookincubator#11313) Summary: Extend PrestoQueryRunner to translate Velox function names to the corresponding unary and binary operators supported in Presto SQL. This is needed for testing unary and binary arithmetic operators in expression fuzzer wtih PQR. Reviewed By: kevinwilfong Differential Revision: D64711683
5b04cec
to
3395222
Compare
This pull request was exported from Phabricator. Differential Revision: D64711683 |
…ainst Presto (facebookincubator#11313) Summary: Extend PrestoQueryRunner to translate Velox function names to the corresponding unary and binary operators supported in Presto SQL. This is needed for testing unary and binary arithmetic operators in expression fuzzer wtih PQR. Reviewed By: kevinwilfong Differential Revision: D64711683
3395222
to
5823fb7
Compare
This pull request was exported from Phabricator. Differential Revision: D64711683 |
This pull request has been merged in ca9581c. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…ainst Presto (facebookincubator#11313) Summary: Pull Request resolved: facebookincubator#11313 Extend PrestoQueryRunner to translate Velox function names to the corresponding unary and binary operators supported in Presto SQL. This is needed for testing unary and binary arithmetic operators in expression fuzzer wtih PQR. Reviewed By: kevinwilfong Differential Revision: D64711683 fbshipit-source-id: 0c1ddb945697d45d2a5c5de3cff4d5d400f6acd9
Summary:
Extend PrestoQueryRunner to translate Velox function names to the corresponding unary and
binary operators supported in Presto SQL. This is needed for testing unary and binary arithmetic
operators in expression fuzzer wtih PQR.
Differential Revision: D64711683