Young-Leo commented on code in PR #14423:
URL: https://github.com/apache/iotdb/pull/14423#discussion_r2113764294


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/process/window/utils/RowComparator.java:
##########
@@ -49,6 +49,7 @@ public boolean equal(Column column, int offset1, int offset2) 
{
     return equal(column, dataTypes.get(0), offset1, offset2);
   }
 
+  // TODO: need to add timestamp and other data types

Review Comment:
   Removed



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