alexarchambault commented on issue #23607: [SPARK-26681][SQL] Support Ammonite inner-class scopes. URL: https://github.com/apache/spark/pull/23607#issuecomment-458910153 The code snippets in the README of ammonite-spark should work as is in almond. And for a better experience, one can import the `sh.almond:almond-spark` dependency and use its [`NotebookSparkSession`](https://github.com/almond-sh/almond/blob/752dc8a8e391292be496cbbad483a3d8c0ee97a3/modules/scala/almond-spark/src/main/scala/org/apache/spark/sql/NotebookSparkSession.scala) instead of the `AmmoniteSparkSession` from ammonite-spark (for some Spark UI links to be printed and progress bars in particular).
---------------------------------------------------------------- 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]
