wangchao316 commented on code in PR #11583:
URL: https://github.com/apache/iotdb/pull/11583#discussion_r1398865539


##########
integration-test/src/main/java/org/apache/iotdb/it/utils/TsFileGenerator.java:
##########
@@ -193,7 +193,7 @@ private void generateDataPoint(Object obj, int row, 
MeasurementSchema schema) {
         generateTEXT(obj, row);
         break;
       default:
-        logger.error(String.format("Wrong data type %s.", schema.getType()));
+        throw new UnsupportedOperationException("Unsupported data type: " + 
schema.getType());

Review Comment:
   impact above call this after this alter 



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