vlsi commented on a change in pull request #2160:
URL: https://github.com/apache/calcite/pull/2160#discussion_r492021503



##########
File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/EnumUtils.java
##########
@@ -856,7 +856,7 @@ static Expression tumblingWindowSelector(
     private final int indexOfWatermarkedColumn;
     private final int indexOfKeyColumn;
     private final long gap;
-    private LinkedList<Object[]> list;
+    private final ArrayDeque<Object[]> list;

Review comment:
       `Deque` might be slightly better here




----------------------------------------------------------------
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:
[email protected]


Reply via email to