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

Support to parse nested data type. #6084

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

lingo-xp
Copy link
Collaborator

@lingo-xp lingo-xp commented Aug 7, 2024

Currently, datatype LowCardinality(String) will be parsed as SQLDataTypleImpl 'LowCardinanlity' with one param SQLIdentifier 'String'. In this PR, we parse 'String' as SQLDataTypeRef instead of Identifier. It only works for pre-defined nestDataType, such us LowCardinality, Nullable, Tuple and etc in clickhouse.

@wenshao wenshao merged commit db28875 into alibaba:master Aug 7, 2024
5 checks passed
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.

2 participants