Nikhil
Nikhil
## Summary WIP ## Checklist - [ ] Documentation update ## Reviewers @hzding621
## Summary We now expose exceptionSampleRate via API - default is 0.1 - one among every 10 exceptions will be logged. ## Why / Goal Currently we don't log exceptions...
## Summary `sbt jacoco` should now print coverage reports we can even set minimum coverage thresholds for scala files. ## Test Plan - [ ] Added Unit Tests - [x]...
## Summary see: https://peps.python.org/pep-0440/ ## Test Plan - [x] Integration tested refreshed the site with local build api ## Checklist - [x] Documentation update ## Reviewers @hzding621 @cristianfr
## Summary This portion of our codebase has historically been one of the hardest areas to understand (and hence improve). This doc introduces a dummified version of the temporal events...
## Summary An attempt to shade jackson with the experimental library shading pluging Jar Jar Abrams ## Test Plan WIP - [ ] Added Unit Tests - [ ] Covered...
We unify types across multiple type systems avro, parquet, thrift etc. During conversion across one to another there are type errors when a type from source system is not supported...
We don't need to specify local-data-path if the tables have already been initialized. Currently it is mandatory. ``` Exception in thread "main" java.util.NoSuchElementException: None.get at scala.None$.get(Option.scala:347) at scala.None$.get(Option.scala:345) at ai.chronon.spark.Join$$anonfun$12.apply(Join.scala:255)...