You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/15 07:02:14 UTC

[GitHub] [iotdb] lancelly opened a new pull request, #7619: [IOTDB-4649] Fix the problem that constants that have same valueString but different type can not be distinguished.

lancelly opened a new pull request, #7619:
URL: https://github.com/apache/iotdb/pull/7619

   Before this PR, we use expressionString to distinguish the expressions. However, Long value 1 and String value "1" has the same expressionString. The details could be found at: https://issues.apache.org/jira/browse/IOTDB-4649


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] liuminghui233 merged pull request #7619: [IOTDB-4649] Fix the problem that constants which have same valueString but different types can not be distinguished.

Posted by GitBox <gi...@apache.org>.
liuminghui233 merged PR #7619:
URL: https://github.com/apache/iotdb/pull/7619


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org