lgbo-ustc commented on issue #8557: URL: https://github.com/apache/incubator-gluten/issues/8557#issuecomment-2652752577
``` get_json_object(get_json_object(a, '$.b'), '$.c') => get_json_object(a, '$.b', '$.c') ``` 印象之前是用spark rule改写成`get_json_object(a, '$.b.c')`, 这里为何改写成这样,这是spark function支持的形式? -- 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]
