vizier-scala
vizier-scala copied to clipboard
The Vizier kernel-free notebook programming environment
**What pain point is this feature intended to address? Please describe.** Certain formats have relatively straightforward options, and it would be useful to make them more discoverable. e.g., - JSON...
**What pain point is this feature intended to address? Please describe.** #18, once fully implemented, will spam the Artifacts list with Python libraries and functions. **Describe the solution you'd like**...
See [pythonLogicalOperators](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/pythonLogicalOperators.scala#L226) Our hack requires multiple passes over the logical plan. This operator can likely do it in one (or a few). Let's see if we can use it instead.
**Describe the bug** As reported by @Nachiket18 , `RunningWorkflow` repeatedly calls `Workflow.cellsAndModulesInOrder` **Expected behavior** This is not a bug, strictly, but calling this function instantiates a large number of objects,...
**What pain point is this feature intended to address? Please describe.** - In some situations, the output of a module is undesirable. For example: - Presenting notebooks... some outputs are...
**Describe the bug** Running the LOAD DATA cell produces a java permissions error **To Reproduce** 1. Install and enable Java 18 or higher 2. Run vizier and create any load...
**Describe the bug** Akka, and specifically the websocket actor has a fixed-size buffer for messages. Right now, this is hardcoded to 128. When refreshing a workflow through the webui, we...
**What pain point is this feature intended to address? Please describe.** The code for accessing artifacts can be a bit confusing. **Describe the solution you'd like** It would be helpful...
The modern replacement seems to be webpack. e.g., https://github.com/webpack-contrib/sass-loader or https://github.com/sass/dart-sass Java SASS appears to break on Java 19+
Per #58 we're going to want to create multiple environments... but pyspark is a **really** heavyweight dependency. We're going to want to remove it if possible. Specific places where it...