We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_json_object
CH (ClickHouse)
[Expected behavior] and [actual behavior].
select get_json_object('{"a":"\\\"b", "x":"u0001}Uûu0010Jw\\\"<洫C"}\\0', '$.a');
gluten returns NULL, vanilla returns "b
NULL
"b
select get_json_object('{"a":"232\\b123", "x":"xdd"}', '$.a')
gluten returns 23123, vanilla returns 232123
23123
232123
get_json_object('{"a":"\\\"b", "x":"1232\01232"}', '$.x')
gluten returns 123232, vanilla returns 1232 32
123232
1232 32
None
No response
The text was updated successfully, but these errors were encountered:
There have been a bundle of PRs to fix the difference. #3750 #3337 #5303
Sorry, something went wrong.
Version problem?
a new corner case
lgbo-ustc
Successfully merging a pull request may close this issue.
Backend
CH (ClickHouse)
Bug description
[Expected behavior] and [actual behavior].
gluten returns
NULL
, vanilla returns"b
gluten returns
23123
, vanilla returns232123
gluten returns
123232
, vanilla returns1232 32
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: