You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Daewon Jeong (JIRA)" <ji...@apache.org> on 2016/12/05 06:53:58 UTC

[jira] [Created] (S2GRAPH-140) A bug where the index name is '_PK' but not the first index

Daewon Jeong created S2GRAPH-140:
------------------------------------

             Summary: A bug where the index name is '_PK' but not the first index
                 Key: S2GRAPH-140
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-140
             Project: S2Graph
          Issue Type: Bug
            Reporter: Daewon Jeong
            Priority: Minor


In the code below, if the index name is '_PK', it is assumed to be the first index unconditionally.

{code}
  if (indexName == LabelIndex.DefaultName) LabelIndex.DefaultSeq
{code}

However, if the first index name is 'idx_1' and the added index name is '_PK', the query will not be executed.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)