-
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: Cast out of bounds timestamps as objects #14006
Conversation
As a fix to #13661, timestamps can be passed as objects https://issues.apache.org/jira/browse/ARROW-7856
Codecov Report
@@ Coverage Diff @@
## master #14006 +/- ##
==========================================
+ Coverage 77.41% 79.28% +1.87%
==========================================
Files 918 939 +21
Lines 46673 47541 +868
Branches 5720 5938 +218
==========================================
+ Hits 36132 37694 +1562
+ Misses 10405 9726 -679
+ Partials 136 121 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@junlincc Ephemeral environment spinning up at http://54.202.136.119:8080. Credentials are |
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.
Thank you for this fix. LGTM! Just need to fix the pre-commit. please run the following command in your terminal.
$ tox -e pre-commit
@cabo40 almost good to go! can you update the PR description using the PR template, making sure to check the boxes that are relevant, also get the last check passed. |
Hi, thank you vm for reviewing this PR. I looked into the |
duplicate with #13830, close this PR. |
Ephemeral environment shutdown and build artifacts deleted. |
Hi @zhaoyongjie , sorry, the error persists after merging #13830. Can we open again this PR? The files changed in the PR are different. Also, the error is now this |
Hi. Sorry, can we open this PR? It is not duplicate and issue #13661 persists |
@junlincc @zhaoyongjie Can this PR be reopened and merged? Superset is still broken with regards to this issue. |
@simonvanderveldt I am unable to repro on a Postgres db instance on master branch: If this is still a problem, can you open a new issue with reproduction steps, along with detailed info about affected versions (Superset + Postgres db) so we can figure out what the problem is. |
I think it will run since no casting needs to be done with the query you used. For me it breaks with |
SUMMARY
As a fix to #13661, timestamps can be passed as objects https://issues.apache.org/jira/browse/ARROW-7856
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
In a fresh installation set async query for the
examples
database and execute the next query in sql lab:ADDITIONAL INFORMATION
Fixes #13661