asdf2014 commented on a change in pull request #2099:
URL: https://github.com/apache/iotdb/pull/2099#discussion_r528342495



##########
File path: 
flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/util/TsFileWriteUtil.java
##########
@@ -149,16 +148,15 @@ public static void create2(String tsfilePath) throws 
Exception {
                TSRecord tsRecord = new TSRecord(9, "device_1");
                DataPoint dPoint1 = new FloatDataPoint("sensor_1", 1.2f);
                DataPoint dPoint2 = new IntDataPoint("sensor_2", 20);
-               DataPoint dPoint3;
-               tsRecord.addTuple(dPoint1);
+        tsRecord.addTuple(dPoint1);

Review comment:
       Indeed, the entire TsFileWriteUtil is indented with tabs. I have changed 
the tab indentation to space indentation.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to