Maytas Monsereenusorn
c30579e47b
ANY Aggregator should not skip null values implementation ( #9317 )
...
* ANY Aggregator should not skip null values implementation
* add tests
* add more tests
* Update documentation
* add more tests
* address review comments
* optimize StringAnyBufferAggregator
* fix failing tests
* address pr comments
2020-02-12 14:01:41 -08:00
Clint Wylie
8011211a0c
first/last aggregators and nulls ( #9161 )
...
* null handling for numeric first/last aggregators, refactor to not extend nullable numeric agg since they are complex typed aggs
* initially null or not based on config
* review stuff, make string first/last consistent with null handling of numeric columns, more tests
* docs
* handle nil selectors, revert to primitive first/last types so groupby v1 works...
2020-01-20 11:51:54 -08:00
Suneet Saldanha
180c622e0f
Minor doc updates ( #9217 )
...
* update string first last aggs
* update kafka ingestion specs in docs
* remove unnecessary parser spec
2020-01-20 11:34:37 -08:00
Maytas Monsereenusorn
42359c93dd
Implement ANY aggregator ( #9187 )
...
* Implement ANY aggregator
* Add copyright headers
* Add unit tests
* fix BufferAggregator
* Fix bug in BufferAggregator
* hook up the SQL command
* add check for buffer aggregator
* Address comment
* address comments
* add docs
* Address comments
* add more tests for numeric columns that have null values when run in sql compatible null mode
* fix checkstyle errors
* fix failing tests
* fix failing tests
2020-01-16 14:40:32 -08:00
Jonathan Wei
aa539177ec
De-incubation cleanup in code, docs, packaging ( #9108 )
...
* De-incubation cleanup in code, docs, packaging
* remove unused docs script
2020-01-03 12:33:19 -05:00
Himanshu
9f1f5e115c
doubleMean aggregator to be used at query time ( #8459 )
...
* doubleMean aggregator for computing mean
* make docs
* build fixes
* address review comment: handle null args
2019-09-26 08:04:33 -07:00
Gian Merlino
d007477742
Docusaurus build framework + ingestion doc refresh. ( #8311 )
...
* Docusaurus build framework + ingestion doc refresh.
* stick to npm instead of yarn
* fix typos
* restore some _bin
* Adjustments.
* detect and fix redirect anchors
* update anchor lint
* Web-console: remove specific column filters (#8343 )
* add clear filter
* update tool kit
* remove usless check
* auto run
* add %
* Fix resource leak (#8337 )
* Fix resource leak
* Patch comments
* Enable Spotbugs NP_NONNULL_RETURN_VIOLATION (#8234 )
* Fixes from PR review.
* Fix more anchors.
* Preamble nix.
* Fix more anchors, headers
* clean up placeholder page
* add to website lint to travis config
* better broken link checking
* travis fix
* Fixed more broken links
* better redirects
* unfancy catch
* fix LGTM error
* link fixes
* fix md issues
* Addl fixes
2019-08-20 21:48:59 -07:00