SteveYurongSu commented on a change in pull request #4460:
URL: https://github.com/apache/iotdb/pull/4460#discussion_r762682381



##########
File path: 
server/src/main/java/org/apache/iotdb/db/protocol/influxdb/dto/IoTDBPoint.java
##########
@@ -62,4 +68,14 @@ public long getTime() {
   public List<Object> getValues() {
     return values;
   }
+
+  public InsertRowPlan cvtToInsertRowPlan()

Review comment:
       ```suggestion
     public InsertRowPlan convertToInsertRowPlan()
   ```




-- 
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: reviews-unsubscr...@iotdb.apache.org

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


Reply via email to