-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adds lowering of DATE, TIME, and TIMESTAMP literals to logical plan #345
base: main
Are you sure you want to change the base?
Conversation
Conformance comparison report
Number passing in both: 2760 Number failing in both: 352 Number passing in Base (380f526) but now fail: 0 Number failing in Base (380f526) but now pass: 24 The following test(s) were previously failing but now pass. Before merging, confirm they are intended to pass: Click here to see
|
6624e0e
to
11ab169
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #345 +/- ##
==========================================
- Coverage 81.26% 81.21% -0.05%
==========================================
Files 44 44
Lines 10556 10608 +52
==========================================
+ Hits 8578 8615 +37
- Misses 1978 1993 +15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
- fixes timestamp lowering - fixes optional subsecond handling - update CHANGELOG with breaking AST changes
8c8cd92
to
aae326e
Compare
Adds lowering of DATE, TIME, and TIMESTAMP literals to logical plan. Also
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.