milenkovicm commented on issue #1397: URL: https://github.com/apache/datafusion-ballista/issues/1397#issuecomment-3801796751
It should not be hard to add. If we gate it behind compile time feature (eg. `spark-compat`) and register spark functions in - https://github.com/apache/datafusion-ballista/blob/76ca657d7dfbc21da531b3799de4a79022691580/ballista/core/src/registry.rs#L39 - https://github.com/apache/datafusion-ballista/blob/76ca657d7dfbc21da531b3799de4a79022691580/ballista/core/src/extension.rs#L37 I'm not sure it config option will work. -- 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]
