Update rollup table to properly reflect 0.16.0 (#8638)

This table stated that `index_parallel` tasks were best-effort only. However, this changed with #8061 and this documentation update was simply missed.
This commit is contained in:
Lucas Capistrant 2019-10-07 14:37:15 -05:00 committed by Fangjin Yang
parent 1d42551d95
commit d801ce2f29
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ The following table shows how each method handles rollup:
|Method|How it works|
|------|------------|
|[Native batch](native-batch.html)|`index_parallel` type is best-effort. `index` type may be either perfect or best-effort, based on configuration.|
|[Native batch](native-batch.html)|`index_parallel` and `index` type may be either perfect or best-effort, based on configuration.|
|[Hadoop](hadoop.html)|Always perfect.|
|[Kafka indexing service](../development/extensions-core/kafka-ingestion.md)|Always best-effort.|
|[Kinesis indexing service](../development/extensions-core/kinesis-ingestion.md)|Always best-effort.|