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!: bump dependencies #2659

Merged
merged 13 commits into from
Oct 26, 2023
Merged

Conversation

waynexia
Copy link
Member

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

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)

Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
@waynexia waynexia enabled auto-merge October 26, 2023 09:51
@waynexia
Copy link
Member Author

it works on my machine.jpg

Signed-off-by: Ruihang Xia <[email protected]>
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #2659 (d4366af) into develop (84490f5) will decrease coverage by 0.30%.
The diff coverage is 70.89%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2659      +/-   ##
===========================================
- Coverage    84.92%   84.62%   -0.30%     
===========================================
  Files          743      743              
  Lines       120832   120812      -20     
===========================================
- Hits        102614   102237     -377     
- Misses       18218    18575     +357     

@waynexia waynexia added this pull request to the merge queue Oct 26, 2023
Merged via the queue into GreptimeTeam:develop with commit 5d8b0e8 Oct 26, 2023
12 checks passed
@waynexia waynexia deleted the bump-datafusion branch October 26, 2023 12:40
@@ -63,7 +63,7 @@ impl Timestamp {
TimeUnit::Second => now.timestamp(),
TimeUnit::Millisecond => now.timestamp_millis(),
TimeUnit::Microsecond => now.timestamp_micros(),
TimeUnit::Nanosecond => now.timestamp_nanos(),
TimeUnit::Nanosecond => now.timestamp_nanos_opt().unwrap_or_default(),
Copy link
Contributor

Choose a reason for hiding this comment

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

@v0y4g3r We updates chrono here.

@evenyag evenyag changed the title chore: bump dependencies chore!: bump dependencies Oct 26, 2023
@github-actions github-actions bot added the breaking-change This pull request contains breaking changes. label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This pull request contains breaking changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants