-
Notifications
You must be signed in to change notification settings - Fork 69
feat: support decimal literal and refactor transform utilities #238
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
Conversation
|
Thanks for your contribution! I noticed part of the code logic in your PR overlaps with mine (#185). My PR has been in review for a long time, and it’s now almost ready for merge. It shouldn’t take long to finalize. |
Sure thing, I will take a look of your PR, thanks. |
d2af530 to
fe199ba
Compare
fe199ba to
9b4b7fa
Compare
|
|
||
| // timestamp | ||
| // 2017-11-16T22:31:08 in microseconds | ||
| std::chrono::system_clock::time_point tp = |
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.
Perhaps we can add some utility functions in the temporal_util.h to create date/time/timestamp from structural inputs.
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.
Agreed, do you mind if I add these in a separate PR?
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.
No problem!
9b4b7fa to
5e9bb1b
Compare
a74dfdf to
fbc9d10
Compare
wgtmac
left a comment
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.
Mostly looks good! Thanks @zhjwpku!
|
|
||
| // timestamp | ||
| // 2017-11-16T22:31:08 in microseconds | ||
| std::chrono::system_clock::time_point tp = |
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.
No problem!
fbc9d10 to
1ea7efd
Compare
This PR respects Appendix B: 32-bit Hash Requirements and also closes #164.