contrueCT commented on code in PR #2994:
URL: https://github.com/apache/hugegraph/pull/2994#discussion_r3921294530


##########
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java:
##########
@@ -763,6 +763,17 @@ private Query writeQueryEdgePrefixCondition(ConditionQuery 
cq) {
         return null;
     }
 
+    private Object edgeIdConditionValue(ConditionQuery cq, HugeKeys key) {

Review Comment:
   Fixed in ccaab209. The duplicated `edgeIdConditionValue()` implementation 
now lives once as a protected method on `AbstractSerializer`; 
`BinarySerializer` and `TextSerializer` both use the inherited helper with 
unchanged LABEL-vs-other-key semantics. Binary/Text serializer tests (10 tests) 
and the full compile passed locally.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to