-
Notifications
You must be signed in to change notification settings - Fork 72
Resolve test_literals()
#812
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
ayushdg
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.
Thanks for this! Changes generally look good to me.
Could you also add an implementation for getTime32Value similar to time64 and potentially add a test case for time32 if possible
Upon further inspection, I don't think much is needed in terms of Time32/Time64 stuff, and we can just use the existing After @andygrove 's PR (#825) is merged, I think this PR will be very small. |
andygrove
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.
LGTM
test_literals()test_literals()
Co-authored-by: Andy Grove <andygrove73@gmail.com>
To do
SELECT TIME '08:08:00.091' AS "T", we just need to add logic forTime64. SinceTime32is also an Arrow Data Type, I added that too.