-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(interactive): Adapt to new data type definition (#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
- Loading branch information
1 parent
b709d54
commit 88f0b5b
Showing
34 changed files
with
1,394 additions
and
468 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.