mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
33b4eb624d
* fix freeSpacePercent in segmentCache.locations * the check should probably test the other way around * documentation should put the option in the right place * examples have a superfluous backslash * add test to verify correct behavior * switch to Path and test with jimfs Path allows to use different filesystems. Jimfs provides an actual (in memory) filesystem. This also allows more complex test scenarios. The behavior should be unchanged by this commit. * Revert "switch to Path and test with jimfs" This reverts commit 8b9a418d65a42a3adb87756967e780442484a9d9.