yuqi created IOTDB-889:
--------------------------

             Summary: Fix key word `EQUAL_NS` in `SQLConstant` error 
                 Key: IOTDB-889
                 URL: https://issues.apache.org/jira/browse/IOTDB-889
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: yuqi



{code:java}
  public static final int NOTEQUAL = SqlBaseLexer.OPERATOR_NEQ;
  public static final int EQUAL_NS = SqlBaseLexer.OPERATOR_NEQ;


   tokenSymbol.put(NOTEQUAL, "<>");
   tokenSymbol.put(EQUAL_NS, "<=>");

    tokenNames.put(NOTEQUAL, "not_equal");
    tokenNames.put(EQUAL_NS, "equal_ns");
{code}

As `NOTEQUAL` equals  `EQUAL_NS`, When adding two entry with the same key, the 
latter will overlap the former one 




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to