Clint Wylie
d67c3c7aed
document SQL compatible null handling mode ( #8894 )
...
* document SQL compatible null handling mode
* adjustments
* fix docs
* review changes
2019-11-20 06:52:20 -08:00
Jonathan Wei
75ea0d592a
Add more datasketches doubles sketch SQL functions ( #8843 )
...
* Add more datasketches doubles sketch SQL postaggs
* style and lgtm
2019-11-08 18:05:06 -08:00
Gian Merlino
0e8c3f74d0
SQL: EARLIEST, LATEST aggregators. ( #8815 )
...
* SQL: EARLIEST, LATEST aggregators.
I chose these names instead of FIRST, LAST because those are already
reserved functions in Calcite that mean something different. I think
these are also better names anyway.
* Finalify.
* SQL updates.
* Adjust aggregator calls.
* Validations, test updates.
* Review docs.
2019-11-08 16:29:25 -08:00
Surekha
98f59ddd7e
Add `sys.supervisors` table to system tables ( #8547 )
...
* Add supervisors table to SystemSchema
* Add docs
* fix checkstyle
* fix test
* fix CI
* Add comments
* Fix javadoc teamcity error
* comments
* fix links in docs
* fix links
* rename fullStatus query param to system and remove it from docs
2019-10-18 15:16:42 -07:00
Jonathan Wei
d88075237a
Add initial SQL support for non-expression sketch postaggs ( #8487 )
...
* Add initial SQL support for non-expression sketch postaggs
* Checkstyle, spotbugs
* checkstyle
* imports
* Update SQL docs
* Checkstyle
* Fix theta sketch operator docs
* PR comments
* Checkstyle fixes
* Add missing entries for HLL sketch module
* PR comments, add round param to HLL estimate operator, fix optional HLL param
2019-10-18 14:59:44 -07:00
Chi Cao Minh
7dcbaca658
Spellcheck docs ( #8548 )
...
* Spellcheck docs
Fix spelling mistakes in docs and add CI job for running spellcheck on
docs.
* Add missing license header
2019-09-17 12:47:30 -07:00
Surekha
cf2a2dd917
Add group_id to the sys.tasks table ( #8304 )
...
* Add group_id to overlord tasks API and sys.tasks table
* adjust test
* modify docs
* Make groupId nullable
* fix integration test
* fix toString
* Remove groupId from TaskInfo
* Modify docs and tests
* modify TaskMonitorTest
2019-08-22 15:28:23 -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