wuchong commented on a change in pull request #10896: 
[FLINK-15631][table-planner-blink] Fix equals code generation for raw and 
timestamp type
URL: https://github.com/apache/flink/pull/10896#discussion_r368278705
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/AggregateITCase.scala
 ##########
 @@ -1186,4 +1189,41 @@ class AggregateITCase(
     assertEquals(expected, sink.getRetractResults)
   }
 
+  @Test
+  def testGenericTypesWithoutStateClean(): Unit = {
+    tEnv.getConfig.setIdleStateRetentionTime(Time.days(0), Time.days(0))
 
 Review comment:
   Could you add a comment above this because we don't provide a way to disable 
state cleanup. 

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


With regards,
Apache Git Services

Reply via email to