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


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java:
##########
@@ -2234,8 +2234,10 @@ public TSEncoding getDefaultEncodingByType(TSDataType 
dataType) {
       case BOOLEAN:
         return conf.getDefaultBooleanEncoding();
       case INT32:
+      case DATE:
         return conf.getDefaultInt32Encoding();
       case INT64:
+      case STRING:

Review Comment:
   It should be TIMESTAMP here. Fixed.



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