lujiajing1126 commented on code in PR #27:
URL: 
https://github.com/apache/skywalking-banyandb-java-client/pull/27#discussion_r1051368626


##########
src/main/java/org/apache/skywalking/banyandb/v1/client/PairQueryCondition.java:
##########
@@ -38,9 +38,9 @@ private PairQueryCondition(BanyandbModel.Condition.BinaryOp 
op, TagAndValue<T> t
     BanyandbModel.Criteria build() {
         return BanyandbModel.Criteria.newBuilder()
                 .setCondition(BanyandbModel.Condition.newBuilder()
-                .setName(this.tagAndValue.getTagName())
-                .setOp(this.op)
-                .setValue(this.tagAndValue.buildTypedTagValue()).build())
+                        .setName(this.tagAndValue.getTagName())
+                        .setOp(this.op)
+                        
.setValue(this.tagAndValue.buildTypedTagValue()).build())

Review Comment:
   reverted now



-- 
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: notifications-unsubscr...@skywalking.apache.org

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

Reply via email to