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


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/rest/utils/InsertRowDataUtils.java:
##########
@@ -95,6 +97,8 @@ public static List<Object> reGenValues(List<TSDataType> 
types, List<Object> valu
           }
           break;
         case TEXT:
+        case BLOB:

Review Comment:
   I have not used RestAPI for writing. I need to go through some examples or 
unit tests to help me with this part later.



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