-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Doc] add doc for variant type #67127
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
Conversation
Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
docs/en/sql-reference/sql-functions/variant-functions/get_variant_bool.md
Outdated
Show resolved
Hide resolved
…ant_bool.md Co-authored-by: Xu Bai <[email protected]> Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
docs/en/sql-reference/sql-functions/variant-functions/variant_typeof.md
Outdated
Show resolved
Hide resolved
docs/en/sql-reference/sql-functions/variant-functions/variant_typeof.md
Outdated
Show resolved
Hide resolved
docs/en/sql-reference/sql-functions/variant-functions/variant_typeof.md
Outdated
Show resolved
Hide resolved
Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!
Signed-off-by: yan zhang <[email protected]>
docs/en/sql-reference/sql-functions/variant-functions/get_variant_int.md
Outdated
Show resolved
Hide resolved
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!
Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
Signed-off-by: yan zhang <[email protected]>
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!
Why I'm doing:
We are supporting iceberg parquet varaint type #55949
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
Note
Introduces documentation for semi-structured
VARIANTsupport (Iceberg Parquet) and associated functions, in both English and Chinese.VARIANTdatatype page: concept, usage with Iceberg Parquet, JSON path navigation, casting to SQL/complex types, type conversion matrix, and limitationsvariant_query,get_variant(int/double/string/bool getters), andvariant_typeofwith concise syntax, parameters, return values, and practical examples_category_.ymlfor "Variant functions" to surface the new function group in the sidebar (EN/ZH)Written by Cursor Bugbot for commit 161b141. This will update automatically on new commits. Configure here.