mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
d007477742
* 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
1.5 KiB
1.5 KiB
id | title |
---|---|
experimental | Experimental features |
Features often start out in "experimental" status that indicates they are still evolving. This can mean any of the following things:
- The feature's API may change even in minor releases or patch releases.
- The feature may have known "missing" pieces that will be added later.
- The feature may or may not have received full battle-testing in production environments.
All experimental features are optional.
Note that not all of these points apply to every experimental feature. Some have been battle-tested in terms of implementation, but are still marked experimental due to an evolving API. Please check the documentation for each feature for full details.