rdblue commented on issue #23607: [SPARK-26681][SQL] Support Ammonite inner-class scopes. URL: https://github.com/apache/spark/pull/23607#issuecomment-459017111 @HyukjinKwon, there aren't many Scala REPLs, so I don't think there is a large risk of needing to add scopes for each one. If that happens, then we can revisit the suggestion from @alexarchambault to add a registration method. I should also point out that this works with almond and ammonite-spark, but is not specific to those. It should work for any ammonite-based project because it adds support for the way classes are constructed from code passed to the REPL in Ammonite.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
