qiaojialin commented on a change in pull request #1627:
URL: https://github.com/apache/incubator-iotdb/pull/1627#discussion_r474007129



##########
File path: 
server/src/main/java/org/apache/iotdb/db/qp/logical/crud/InOperator.java
##########
@@ -129,7 +130,7 @@ public void reverseFunc() {
                   .endsWith("\"")) ? new Binary(val.substring(1, val.length() 
- 1))
                   : new Binary(val));
         }
-        ret = In.getUnaryExpression(singlePath, binaryValues, not);
+        ret = In.getUnaryExpression(new Path(singlePath.getDevice(), 
singlePath.getMeasurement()), binaryValues, not);

Review comment:
       No need to construct a Path




----------------------------------------------------------------
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.

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


Reply via email to