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

refactor(interactive): Support DateFormats in GIE Runtime #3197

Merged
merged 4 commits into from Sep 7, 2023

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

As titled.

Related issue number

Fixes #3179

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Merging #3197 (a2dccb1) into main (30d7c17) will decrease coverage by 30.50%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #3197       +/-   ##
===========================================
- Coverage   72.55%   42.05%   -30.50%     
===========================================
  Files         102      101        -1     
  Lines       11086    10985      -101     
===========================================
- Hits         8043     4620     -3423     
- Misses       3043     6365     +3322     

see 63 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30d7c17...a2dccb1. Read the comment docs.

@BingqingLyu BingqingLyu changed the title feat(interactive): Support DateFormats in GIE Runtime refactor(interactive): Support DateFormats in GIE Runtime Sep 7, 2023
@@ -37,6 +38,10 @@ pub enum RawType {
ULLong,
Float,
String,
DateFormat,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Date instead of DateFormat, and applies to the follows.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@@ -409,13 +414,194 @@ impl PartialOrd for Primitives {
}
}

#[derive(Clone, Debug, Hash)]
pub enum DateFormats {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Seem like should be DateTimeFormats ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@longbinlai longbinlai merged commit f08489e into alibaba:main Sep 7, 2023
29 checks passed
@BingqingLyu BingqingLyu deleted the ir_date_formats branch September 8, 2023 02:25
Zhanghyi pushed a commit to Zhanghyi/GraphScope that referenced this pull request Sep 8, 2023
<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->

## What do these changes do?

<!-- Please give a short brief about these changes. -->

As titled.

## Related issue number

<!-- Are there any issues opened that will be resolved by merging this
change? -->

Fixes alibaba#3179
Committed-by: Hongyi ZHANG from Dev container
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.

Support Datatype of Date/Time/DateTime in GIE
3 participants