Cpaulyz commented on code in PR #12477:
URL: https://github.com/apache/iotdb/pull/12477#discussion_r1608068384


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/statement/literal/Literal.java:
##########
@@ -36,7 +36,8 @@ public enum LiteralType {
     DOUBLE,
     LONG,
     STRING,
-    NULL
+    NULL,
+    BINARY

Review Comment:
   Added. It seems that Literal doesn't get serialised and deserialised when 
writing with sql, so I didn't notice.



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

Reply via email to