-
Notifications
You must be signed in to change notification settings - Fork 300
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
[ISSUE 21] Adding timezone support #139
Conversation
...ration-sdk/src/main/java/com/amazonaws/athena/connector/lambda/data/ArrowTypeComparator.java
Show resolved
Hide resolved
athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/data/BlockUtils.java
Outdated
Show resolved
Hide resolved
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.
Looks good to me, only 1 changed requested. Let me know once you review it and I'll give a quick follow up look.
Also, what is the status of the Presto side changes? Can you Chime me the CR when you get a sec.
...ration-sdk/src/main/java/com/amazonaws/athena/connector/lambda/handlers/MetadataHandler.java
Outdated
Show resolved
Hide resolved
Ok, looks like only remaining things from my perspective are:
|
testing: select isodatetimeest1, isodatetimeest1 at time zone 'UTC' from sometable WHERE isodatetimeest1 < timestamp '2015-12-21 18:42:34 UTC'; |
Nice job @soojinj , thanks for powering through this. |
* Updated readme * Improve connection pooling in batch utils * Update batch utils * Improve retries in batch utils
Issue #, if available:
#21
Description of changes:
SDK side of changes to support timezone
v2 of #130