[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -2213,7 +2213,9 @@ int LogTableHint::init_index_hints(ObSqlSchemaGuard &schema_guard)
table_index_count,
false,
table_->access_all_part(),
false /*domain index*/))) {
false /*domain index*/,
false,
false /*spatial index*/))) {
LOG_WARN("failed to get can read index", K(ret));
} else if (table_index_count > OB_MAX_INDEX_PER_TABLE) {
ret = OB_ERR_UNEXPECTED;