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

[Feat] Support Date and List standard data type for GraphAr #169

Closed
acezen opened this issue May 24, 2023 · 5 comments
Closed

[Feat] Support Date and List standard data type for GraphAr #169

acezen opened this issue May 24, 2023 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@acezen
Copy link
Contributor

acezen commented May 24, 2023

Is your feature request related to a problem? Please describe.
As a graph format , GraphAr supports a variety of data types, including strings, numbers, and booleans. However, it does not currently support the Date and List standard data types. This issue proposes adding support for these data types to GraphAr.

Adding support for Date and Array would make GraphAr a more versatile. It would allow users to store and query dates and arrays, which are common data types in many graph database and system.

Describe the solution you'd like
The Date could use int32 or int64 to represent. Just unify it in parquet and orc;
And the List could be use parquet's BYTE_ARRAY and ORC's list;

The serialization and deserialization strategy should be define for the Data and List type.

Additional context
This issue is a part of issue #76 and is a good first issue for beginners to get familiar with GraphAr.

@acezen acezen added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 24, 2023
@varuntumbe
Copy link

Hi @acezen , Can I try my hands on this issue ? I might get lot of questions, will ask in discord group

Thanks

@lixueclaire
Copy link
Contributor

Hi @acezen , Can I try my hands on this issue ? I might get lot of questions, will ask in discord group

Thanks

Thanks for your interest in contributing to our project! We'd be happy to have you work on this issue.
If you have any questions or need help getting started, please don't hesitate to ask. Feel free to ask questions through issues, discussions, e-mail, or Slack. Welcome to the GraphAr Community, and we're looking forward to your contributions.

@acezen
Copy link
Contributor Author

acezen commented Jun 2, 2023

Sure!, any contribution is welcome. As @lixueclaire said, if you have any question or need help, fell free to ask~

@varuntumbe
Copy link

Thanks ! I will take like a week to kinda understand the whole thing and setup it in local, once done will ping here for more info.

Thanks and Regards
Varun

@acezen acezen changed the title [Feat] Support Date and Array standard data type for GraphAr [Feat] Support Date and List standard data type for GraphAr Dec 21, 2023
@acezen
Copy link
Contributor Author

acezen commented Dec 21, 2023

The List data type has been supported with Pull Request #296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants