Cristian Figueroa

Results 17 issues of Cristian Figueroa

## Summary Two sample notebooks developed when experimenting with user experience. * One depends on polynote having access to scala and python. * Another relies on mutating some fields, writing...

## Summary Adding support for coverage and adding coverage report to CI artifacts. ## Why / Goal Simplify code reviews by understanding if the tests cover the code. ## Test...

## Summary ## Why / Goal ## Test Plan - [ ] Added Unit Tests - [ ] Covered by existing CI - [ ] Integration tested ## Checklist -...

## Summary Test splittting with circle CI ## Why / Goal Scala 11 tests take 4x the other tests. When they fail they need to be restarted. By splitting it...

## Summary There are cases where the same group by will be added to a join but with different key mappings. If mishandled this would lead to the same output...

## Summary A failing test that shouldn't fail ## Why / Goal Reported by user ## Test Plan - [x] Added Unit Tests - [ ] Covered by existing CI...

bug
good first issue
help wanted

### What Some db exports of the sort aggregated by the primary key can be expensive jobs. Most of these jobs tend to be, "get the latest value". Doing a...

enhancement