You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_json_object can not parse string contains ctrl chars, sometimes when ctrl chars(like ^\, ^A) are contained in json string, then it can not be parsed by get_json_object while do query by gluten, the result is
+-----+----------------------------------+
| id | get_json_object(name, $.header) |
+-----+----------------------------------+
| 1 | NULL |
+-----+----------------------------------+
And when do this query by spark, the result is
+-----+----------------------------------------------------+
| id | get_json_object(name, $.header) |
+-----+----------------------------------------------------+
| 1 | {"uid":")Qu001cڜ015 ~请001cƼ","ver":5} |
+-----+----------------------------------------------------+
Spark version
Spark-3.3.x
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered:
Backend
CH (ClickHouse)
Bug description
get_json_object can not parse string contains ctrl chars, sometimes when ctrl chars(like
^\, ^A
) are contained in json string, then it can not be parsed by get_json_object while do query by gluten, the result is+-----+----------------------------------+
| id | get_json_object(name, $.header) |
+-----+----------------------------------+
| 1 | NULL |
+-----+----------------------------------+
And when do this query by spark, the result is
+-----+----------------------------------------------------+
| id | get_json_object(name, $.header) |
+-----+----------------------------------------------------+
| 1 | {"uid":")Qu001cڜ015 ~请001cƼ","ver":5} |
+-----+----------------------------------------------------+
Spark version
Spark-3.3.x
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: