alamb commented on issue #5600: URL: https://github.com/apache/datafusion/issues/5600#issuecomment-2648221037
> Since we're planning of having a separate mode for spark wherein a user can access all spark functions and also not make the main code dependent on this crate, I was thinking if there was still a way of using these spark functions alongside our main df functions (i implied that all core functions won't be available in this mode since there are many similarly named functions). What I was thinking is that "spark mode" would override any necessary functions (but use the existing ones provided by DataFusion when that is not necessary) > Or perhaps we could implement a "import function_name" kind of command that imports only a specific function or set of functions and checks for conflicting names. I think that would be ok (maybe implement this in datafusion-cli) -- 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