Skip to content

Commit 21be76e

Browse files
authored
feat(query): Vector index support refresh (#18537)
* feat(query): Vector index support refresh * fix
1 parent 88ef60a commit 21be76e

File tree

30 files changed

+1620
-589
lines changed

30 files changed

+1620
-589
lines changed

src/query/ee/src/storages/fuse/operations/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
pub mod handler;
16-
pub mod ngram_index;
16+
pub mod table_index;
1717
pub mod vacuum_drop_tables;
1818
pub mod vacuum_table;
1919
pub mod vacuum_table_v2;

0 commit comments

Comments
 (0)