-
Notifications
You must be signed in to change notification settings - Fork 449
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(interactive): Adapt to new data type definition #3749
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhanglei1949
force-pushed
the
new_data_type
branch
from
April 25, 2024 04:40
71bfdf6
to
7b2b18b
Compare
luoxiaojian
approved these changes
Apr 25, 2024
liulx20
approved these changes
Apr 25, 2024
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix remove unused ci
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix remove unused ci fix ci fix fix add description
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
auto generate doc remove generated readme and setup.py update interactive_spec yaml introduce java/python sdk adapt to new api spec todo: add unit test revert coordinator changes edit .gitignore add sdk todo: fix test remove isbuiltin feat(interactive): Adapt to new data type definition (alibaba#3749) Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix remove unused ci fix ci fix fix add description minor fix minor fix fix fix codegen minor change on api declaration
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix remove unused ci fix ci fix fix add description minor fix minor fix fix fix codegen minor fix fixing ci
zhanglei1949
added a commit
to zhanglei1949/GraphScope
that referenced
this pull request
Apr 25, 2024
auto generate doc remove generated readme and setup.py update interactive_spec yaml introduce java/python sdk adapt to new api spec todo: add unit test revert coordinator changes edit .gitignore add sdk todo: fix test remove isbuiltin feat(interactive): Adapt to new data type definition (alibaba#3749) Support parsing the data type from the new unified type definition. ```yaml GS_DATA_TYPE: # choose one # optional value: DT_SIGNED_INT32, DT_UNSIGNED_INT32, DT_SIGNED_INT64 # DT_UNSIGNED_INT64, DT_BOOL, DT_FLOAT, DT_DOUBLE primitive_type: string: # choose one long_text: # string with unlimited length var_char: # string with variable length, bounded by max_length max_length: <uint32> temporal: # choose one date32: timestamp: ``` Also compatible with previous schema files. migrate schema to new unified schema def fix format and add default_value and nullable check minor fix todo: fix-ci [GIE Compiler] support new format of flex schema in compiler minor fix minor fix minor revert unneccessary changes fix remove unused ci fix ci fix fix add description minor fix minor fix fix fix codegen minor change on api declaration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support parsing the data type from the new unified type definition.
Also compatible with previous schema files.