RussellSpitzer opened a new issue #2348: URL: https://github.com/apache/iceberg/issues/2348
As noted in #2341, we currently only support a very limited set of Spark expressions as call arguments. While internally we overcome this by manually modifying the spark parser code itself, I realize this isn't possible for most extension users. Ideally I think we should do something like importing a copy of Spark Grammar or some other scheme for delegation of call argument parsing. I'm not sure if this is possible but the procedures have a lot more utility if you can add function calls. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
