leoyvens commented on PR #11959: URL: https://github.com/apache/datafusion/pull/11959#issuecomment-2286261578
That's right, this is not for end-users writing SQL queries. My use case is deserializing and executing logical plans that have `s['a']` syntax desugared into `get_field(s, 'a')`, for that it is useful to have `get_field` registered in the context. -- 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]
