Skip to content
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

chore(from_unixtime): remove UDF from_unixtime #1179

Merged
merged 3 commits into from
Mar 15, 2023
Merged

chore(from_unixtime): remove UDF from_unixtime #1179

merged 3 commits into from
Mar 15, 2023

Conversation

etolbakov
Copy link
Collaborator

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

replace our from_unixtime() with DataFusion function.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

#1103

@etolbakov
Copy link
Collaborator Author

@waynexia
Could you please take a look when you have time?

Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice clean up 👍 Looks good to me

Copy link
Contributor

@killme2008 killme2008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@killme2008 killme2008 enabled auto-merge (squash) March 15, 2023 07:01
@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #1179 (7c905cd) into develop (0086cc2) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #1179      +/-   ##
===========================================
+ Coverage    85.20%   85.25%   +0.04%     
===========================================
  Files          485      484       -1     
  Lines        71588    71690     +102     
===========================================
+ Hits         61000    61119     +119     
+ Misses       10588    10571      -17     

@etolbakov
Copy link
Collaborator Author

for some reason fmt failed in CI but went fine locally 🧐, I'll make an adjustment

auto-merge was automatically disabled March 15, 2023 08:05

Head branch was pushed to by a user without write access

@etolbakov
Copy link
Collaborator Author

@waynexia @killme2008
sorry for this silly fmt issue. Would you mind having a look again?

@waynexia waynexia merged commit b530ac9 into GreptimeTeam:develop Mar 15, 2023
@waynexia
Copy link
Member

Thanks @etolbakov

@etolbakov etolbakov deleted the chore/remove-udf-from-unixtime branch March 15, 2023 08:27
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* chore(from_unixtime): remove UDF from_unixtime

* chore(from_unixtime): restore timestamp.rs for further usage

* chore(from_unixtime): address fmt issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants