-
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
Optimize DateType::toString(int32_t) and functions::getDateTime #6913
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D49940219 |
5bd2eca
to
7067923
Compare
…bookincubator#6913) Summary: Optimize `DateType::toString(int32_t)` and `functions::getDateTime` by reusing the same optimization we did for `Timestamp::toString`. Fix facebookincubator#6918 Reviewed By: oerling Differential Revision: D49940219
This pull request was exported from Phabricator. Differential Revision: D49940219 |
…bookincubator#6913) Summary: Optimize `DateType::toString(int32_t)` and `functions::getDateTime` by reusing the same optimization we did for `Timestamp::toString`. Fix facebookincubator#6918 Reviewed By: oerling Differential Revision: D49940219
7067923
to
584c3ea
Compare
This pull request was exported from Phabricator. Differential Revision: D49940219 |
…bookincubator#6913) Summary: Optimize `DateType::toString(int32_t)` and `functions::getDateTime` by reusing the same optimization we did for `Timestamp::toString`. Fix facebookincubator#6918 Reviewed By: oerling Differential Revision: D49940219
…bookincubator#6913) Summary: Optimize `DateType::toString(int32_t)` and `functions::getDateTime` by reusing the same optimization we did for `Timestamp::toString`. Fix facebookincubator#6918 Reviewed By: oerling Differential Revision: D49940219
584c3ea
to
ab24e62
Compare
This pull request was exported from Phabricator. Differential Revision: D49940219 |
ab24e62
to
36cf896
Compare
This pull request was exported from Phabricator. Differential Revision: D49940219 |
This pull request has been merged in 9662927. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…bookincubator#6913) Summary: Pull Request resolved: facebookincubator#6913 Optimize `DateType::toString(int32_t)` and `functions::getDateTime` by reusing the same optimization we did for `Timestamp::toString`. Fix facebookincubator#6918 Reviewed By: oerling Differential Revision: D49940219 fbshipit-source-id: 8ed16d140514f64cebade6ffe20f205a8187ece2
Summary: Optimize
DateType::toString(int32_t)
andfunctions::getDateTime
by reusing the same optimization we did forTimestamp::toString
.Differential Revision: D49940219
Fix #6918