-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Port tests in timestamp.rs to sqllogictest #8859
Conversation
6d19a5e
to
0fc7a7e
Compare
I don’t know why my cli failed. What else needs to be modified? |
It looks like there is some additional code that is no longer used that must be removed to satisfy clippy: https://github.com/apache/arrow-datafusion/actions/runs/7517905372/job/20464643740?pr=8859
|
I took the liberty of fixing the clippy error and merging this branch from main |
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 again @caicancai
Thank you for doing my job. I just got off work and am going to revise it. Thank you very much |
No worries! I am just trying to keep the review backlog in DataFusion down -- our PR list is long at the moment so I am just trying to do anything I can to drive it lower |
(I get very anxious when there are PRs waiting for reviews / merging in DataFusion -- 😅 ) |
arrow-datafusion is destined to be a good community. I also participate in the calcite community and hope to make more contributions to the arrow-datafusion community in the future. |
Which issue does this PR close?
Closes #8216
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?