Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

Yuhta
Copy link
Contributor

@Yuhta Yuhta commented Oct 5, 2023

Summary: Optimize DateType::toString(int32_t) and functions::getDateTime by reusing the same optimization we did for Timestamp::toString.

Differential Revision: D49940219

Fix #6918

@netlify
Copy link

netlify bot commented Oct 5, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 36cf896
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/651f2e275ca3ef00082a14cf

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Oct 5, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49940219

@Yuhta Yuhta force-pushed the export-D49940219 branch from 5bd2eca to 7067923 Compare October 5, 2023 20:58
Yuhta added a commit to Yuhta/velox that referenced this pull request Oct 5, 2023
…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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49940219

Yuhta added a commit to Yuhta/velox that referenced this pull request Oct 5, 2023
…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
@Yuhta Yuhta force-pushed the export-D49940219 branch from 7067923 to 584c3ea Compare October 5, 2023 20:59
@facebook-github-bot
Copy link
Contributor

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
Yuhta added a commit to Yuhta/velox that referenced this pull request Oct 5, 2023
…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
@Yuhta Yuhta force-pushed the export-D49940219 branch from 584c3ea to ab24e62 Compare October 5, 2023 21:43
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49940219

@Yuhta Yuhta force-pushed the export-D49940219 branch from ab24e62 to 36cf896 Compare October 5, 2023 21:44
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49940219

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 9662927.

@conbench-facebook
Copy link

Conbench analyzed the 1 benchmark run on commit 96629271.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

ericyuliu pushed a commit to ericyuliu/velox that referenced this pull request Oct 12, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throw in leapThroughEndOf
2 participants