chronon
chronon copied to clipboard
Chronon is a data platform for serving for AI/ML applications.
## Summary Implementing variants of the two stack algorithms: - two stack with hopping - using two stack to replace the hopRangeCache in sawtooth Test result can be found here....
## Summary This PR is built on top of @nikhilsimha's ongoing PR: #452, since that PR is not merged yet, and this change depends on a lot of the work...
## Summary A failing test that shouldn't fail ## Why / Goal Reported by user ## Test Plan - [x] Added Unit Tests - [ ] Covered by existing CI...
## Summary An attempt to shade jackson with the experimental library shading pluging Jar Jar Abrams ## Test Plan WIP - [ ] Added Unit Tests - [ ] Covered...
## Summary This PR updates the Kaggle example to run it with docker images. It saves the user efforts to setup their local machines. ## Why / Goal Simplify the...
A further simplification to the write partitions logic.
Currently `run.py fetch` throws a NPE error if the key is not existent. So we change this by returning an "Empty" string response if the result is null. Test: ```...
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...
Currently Analyzer fails for the configs that has no aggregations defined. This fix should take care of it by making sure the GroupBy doesn't raise a NullPointerException for the group_bys...