You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update part manager API
* add multi-partition query (WIP)
* add multi-partition query (WIP)
* partition manager impl (#31)
* new schema
* fix recursive imports
* use chunk and partition format interval
* remove prints
* format
* fix utils
* implement getShardingBuckets
* add multi-partition query - working
* add multi-partition query - working (#34)
* Merge Dev to Partitions @ Yaron (#1)
* Make BatchSize configurable; Update BenchIngest test
* Suppot `--stdin` and constant memory when reading CSV. (#27)
Previously, the entire CSV file was read into memory before anything else could run.
* Add validation
* Refactor: move stuff to common; Add wait and validation to Nuclio bench
* init configuration from testdata
* address PR comments
* Add tests (#28)
* add aggregators test
* add ingest+query+create tests
* rename tests description, add negative aggregator test.
* add integration target to make file + pr comments
* add bug id to ignored tests
* go format
* add a test
* format
* create nuclio build tag, create test util
* format
* run every table test case as a sub test
* more pr comments + move tests util to tsdbtest
* move test models to tsdbtest
* support ignoring tests
* create unique DB name on test setup
* format
* add delete TSDB test
* minor style fix
* fix nuclio test
* format
* style changes
* improve tests + use testify
* add build tags to go get
* fix tags on go get
* add race condition check on test
* add multi-partition query - working (#34)
* Fix CI
* partition manager fixes (#38)
* code review
* fix utils
* cleanup
* fmt
* fix test
* code review
* invalid aggr list
* tests
* Fix skipping of start partition in query. (#42)
* pr fixes, mostly style & readability
* minor fix
* edit comment
* minor fix
* fixed pr comments,propogate errors and other minor fixes
* revert sharding bucket feature, change default to 1 bucket
* revert w,M,Y support
* Minor usability and code improvements.
* logger -> println because logger is not initialized...
* go fmt
0 commit comments