samuelcolvin commented on PR #10981:
URL: https://github.com/apache/datafusion/pull/10981#issuecomment-2176288941

   @alamb, yup we'd be very happy to do this via query rewriting (either in 
`datafusion-functions-json`, another open source package, or our application).
   
   The problem is AFAIK right now an error is raised when the operator (e.g. 
`->>`) is encountered, before `register_function_rewrite` gets to replace it 
with a function.
   
   Hence we just need the operator to survive in the AST long enough for us to 
replace it.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to