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

   We compare the two methods as following
   ```sql
   select count(x) from (select from_json(s, 'Map<String, String>')['key2'] as 
x from test_map_json);
   ```
   
![image](https://github.com/user-attachments/assets/b7f65ab9-a8f3-4b82-b60b-8affe00ef0dd)
   
   ```sql
   select count(x) from (select get_json_object(s, '$.key2') as x from 
test_map_json);
   ```
   
![image](https://github.com/user-attachments/assets/b12e10f7-0c39-4fa7-9e1e-9b0d15a99cb8)
   


-- 
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