Maksim Zhuravkov created IGNITE-20634: -----------------------------------------
Summary: Sql. Indices with write-only status should not be accessible via sql schemas. Key: IGNITE-20634 URL: https://issues.apache.org/jira/browse/IGNITE-20634 Project: Ignite Issue Type: Bug Components: sql Reporter: Maksim Zhuravkov Fix For: 3.0.0-beta2 At the moment SqlSchemaManager ignores write-only index status and returns all indices, which may lead to scan/key-lookups over an index that is not fully built. Update SqlSchemaManager to ignore such indices. -- This message was sent by Atlassian Jira (v8.20.10#820010)