Closed killme2008 closed 3 days ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 89.21569%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 83.76%. Comparing base (
485782a
) to head (657e992
). Report is 7 commits behind head on main.
🚨 Try these New Features:
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
Close #4991
What's changed and what's your intention?
Enhance the
greatest(a, b)
function to:DateTime
andTimestamp
inputs.DateTime
for string inputs instead ofDate
.If DataFusion supports
greatest
andleast
in the future, we can remove this function.Checklist