Zach

Results 52 comments of Zach

@pgruetter: no, only a small improvement was implemented to support more mappings of DecimalType to Byte/Short/Int/LongType. What's missing is to ```to extend the SchemaEvolution so it takes the bigger of...

This solves a problem with SaveMode.Append, see Unit Test. What SaveMode did you use? As we use DataFrameWriter property mergeSchema should be enough according to the description above. But maybe...

Strange, as this seems to be working in the following unit test - can you please check if you can reproduce it in this unit test? https://github.com/smart-data-lake/smart-data-lake/blob/fcbd89f2c7898acfe0ffafa1d5fcdd9365602b1d/sdl-deltalake/src/test/scala/io/smartdatalake/workflow/dataobject/DeltaLakeTableDataObjectTest.scala#L124

We could even argument that evaluating PKViolatorsDataObject should be started as separate SDLB job. In that case this issue can be closed.

Support of timestamp and decimal datatypes would be very interesting. Is there a plan to merge this PR?

New CommandLine Tool io.smartdatalake.meta.configexporter.ConfigJsonExporter.scala in module sdl-lang implemented.

Sample custom keybinding configuration: ``` ui: custom_keybindings: Ctrl-Enter: key: RunActive description: "Run this cell" Ctrl-UpArrow: key: InsertAbove description: "Insert a cell above this cell" Ctrl-DownArrow: key: InsertBelow description: "Insert a...

I also thought about per-user hotkeys. Nevertheless you probably need some defaults. I suggest to split this in multiple parts: 1) define the default hotkeys on the server-side in the...

> The issue is that spark-submit and spark-shell don't support specifying a classifier, so one could only use the variant with classifier. > In SBT it should work. Normally you...