-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: Athena timestamp literal format #19970
Conversation
Update test
Pinged for some reviews. Thanks for the contribution! |
@thinhnd2104 do you mind addressing the failed CI checks? |
Thank you. This commit was updated. |
Codecov Report
@@ Coverage Diff @@
## master #19970 +/- ##
=======================================
Coverage 66.37% 66.37%
=======================================
Files 1715 1715
Lines 64179 64179
Branches 6753 6753
=======================================
Hits 42602 42602
Misses 19859 19859
Partials 1718 1718
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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, thanks for the fix!
@thinhnd2104 I pushed a commit to fix the linting error and will merge once CI passes. |
Thank you! |
@thinhnd2104 thanks again for the fix; I'm tagging this for 1.5.1 which I'm hoping we'll get up for vote later this week |
* Fix Athena timestamp literal format related: [apache#19969] * Update test_athena.py Update test * Update athena.py * Resolving CI/CD * lint Co-authored-by: Thinh Nguyen Duc <[email protected]> Co-authored-by: Ville Brofeldt <[email protected]>
* Fix Athena timestamp literal format related: [#19969] * Update test_athena.py Update test * Update athena.py * Resolving CI/CD * lint Co-authored-by: Thinh Nguyen Duc <[email protected]> Co-authored-by: Ville Brofeldt <[email protected]> (cherry picked from commit 8531546)
* Fix Athena timestamp literal format related: [#19969] * Update test_athena.py Update test * Update athena.py * Resolving CI/CD * lint Co-authored-by: Thinh Nguyen Duc <[email protected]> Co-authored-by: Ville Brofeldt <[email protected]> (cherry picked from commit 8531546)
* Fix Athena timestamp literal format related: [apache#19969] * Update test_athena.py Update test * Update athena.py * Resolving CI/CD * lint Co-authored-by: Thinh Nguyen Duc <[email protected]> Co-authored-by: Ville Brofeldt <[email protected]>
related: [#19969]
from AWS official docs