hvanhovell commented on PR #47688: URL: https://github.com/apache/spark/pull/47688#issuecomment-2295333950
@EnricoMi what are you exactly doing? Could you share an example? We can definitely open up the interface to allow for user extensions. If it is basically adding functions, then I'd probably go with the `Column.fn(...)` approach in combination with a SparkSessionExtension that will register your custom expressions. This way we can easily make what you have created work with Spark Connect (and with SQL). I understand some folks are not interested in this, in that case we can still open up an expression way of creating a Column. -- 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]
