Skip to content

Commit

Permalink
Add limitation to doc
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <daichen@amazon.com>
  • Loading branch information
dai-chen committed Jul 11, 2023
1 parent c07f30b commit 50610a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flint/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,7 @@ val df = new SQLContext(sc).read
## Benchmarks

TODO

## Limitations

Manual refreshing a table which already has skipping index being auto-refreshed, will be prevented. However, this assumption relies on the condition that the incremental refresh job is actively running in the same Spark cluster, which can be identified when performing the check.

0 comments on commit 50610a2

Please sign in to comment.