AlbericByte
e7d753d4b0
update the doc for dump-segment tool when using jdk11+ ( #15971 )
...
* update the doc for dump-segment tool when using jdk11+
* update the style
* fix spell check error
2024-02-28 09:40:10 +08:00
Gian Merlino
fe9d0c46d5
Improve memory efficiency of WrappedRoaringBitmap. ( #13889 )
...
* Improve memory efficiency of WrappedRoaringBitmap.
Two changes:
1) Use an int[] for sizes 4 or below.
2) Remove the boolean compressRunOnSerialization. Doesn't save much
space, but it does save a little, and it isn't adding a ton of value
to have it be configurable. It was originally configurable in case
anything broke when enabling it, but it's been a while and nothing
has broken.
* Slight adjustment.
* Adjust for inspection.
* Updates.
* Update snaps.
* Update test.
* Adjust test.
* Fix snaps.
2023-03-09 15:48:02 -08:00
Clint Wylie
1231ce3b75
dump-segment tool support for examining nested columns ( #13356 )
...
* add nested mode to dump segment tool to dump nested columns
* docs
* more test
* fix it
2022-11-14 16:08:47 -08:00
Clint Wylie
bf85ea19b2
roaring bitmaps by default ( #9548 )
...
* it is finally time
* fix it
* more docs
* fix doc
2020-03-23 18:15:57 -07: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
Clint Wylie
441515cb50
update dump-segment docs so example command works ( #8998 )
...
* update dump-segment docs so example command works
* not everyone uses bash
2019-12-07 06:36:46 -08: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