Releases: shunfei/indexr
Releases · shunfei/indexr
indexr-0.6.1
- Add FragmentMerger
- Stop future fastRead after error happen
- bug fix: indexr-spark null pointer exception with illegal segment file
- bug fix: DFSByteBufferReader fastRead could throw exception when replica is moved from local host
indexr-0.6.0-bugfix1
- Bug fix: mode setting issue in realtime ingestion.
- Bug fix: indexr-spark null pointer exception with illegal segment file
- Adapt spark 2.2 Reader API.
indexr-0.6.0
indexr-0.6.0-rc2
- bug fix: Attr column not found exception failed
- bug fix: Could not resolve sub Fectcher types in tools
- bug fix: catch all throwables in refresh thread
- bug fix: add VERSION to env.sh
indexr-0.6.0-rc1
indexr-0.5.0-bugfix2
- Bug fix: Decoder in vlt mode could fail, and crash the process without any error log.
- Bug fix: Drill error: Can not parallelize fragment.
You will also need to pull the latest drill plugin to fix those issues from project
indexr-0.5.0-bugfix1
- bug fix: include fastutil-6.5.9.jar in distribution
indexr-0.5.0
- Import outer index. Check here for detail.
Outer Index currently use inverted index to quickly locate those relevant packs, it can reduce query duration to milliseconds in some scenarios. It is turn off by default, you can add it to individual columns.
- Other bug fixes.
indexr-0.5.0-rc2
This is a rc2 release of indexr-0.5.0.
indexr-0.5.0-rc1
This is a rc release of indexr-0.5.0.
This version mainly import outer index. See here.