From 05779e8878bfa70b20e19764e77ce2d0a78a43ef Mon Sep 17 00:00:00 2001 From: Chen Dai Date: Fri, 6 Oct 2023 15:27:20 -0700 Subject: [PATCH] Update doc Signed-off-by: Chen Dai --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 44b0052b0..1f51c2d82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -199,6 +199,8 @@ User can provide the following options in `WITH` clause of create statement: + `checkpoint_location`: a string as the location path for incremental refresh job checkpoint. The location has to be a path in an HDFS compatible file system and only applicable when auto refresh enabled. If unspecified, temporary checkpoint directory will be used and may result in checkpoint data lost upon restart. + `index_settings`: a JSON string as index settings for OpenSearch index that will be created. Please follow the format in OpenSearch documentation. If unspecified, default OpenSearch index settings will be applied. +Note that the index option name is case-sensitive. + ```sql WITH ( auto_refresh = [true|false],