lgbo-ustc commented on issue #7552:
URL: 
https://github.com/apache/incubator-gluten/issues/7552#issuecomment-2415597133

   We could wrap the path in double quotes to solve this
   ```sql
   0: jdbc:hive2://localhost:10000> select s,  get_json_object(s, '$."a:b"') 
from t_json;
   +------------+------------------------------+
   |     s      | get_json_object(s, $."a:b")  |
   +------------+------------------------------+
   | {"a:b":1}  | 1                            |
   +------------+------------------------------+
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to