You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/10 13:57:45 UTC

[GitHub] [flink] twalthr commented on a change in pull request #13104: [FLINK-18862][table-planner-blink] Fix LISTAGG throws BinaryRawValueData cannot be cast to StringData exception during runtime

twalthr commented on a change in pull request #13104:
URL: https://github.com/apache/flink/pull/13104#discussion_r467921615



##########
File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/AggregateITCase.scala
##########
@@ -547,6 +547,55 @@ class AggregateITCase(
     assertEquals(expected.sorted, sink.getRetractResults.sorted)
   }
 
+
+  @Test
+  def testListAggWithRetraction(): Unit = {

Review comment:
       FYI: This tests succeeds in my FLINK-18809 branch.




----------------------------------------------------------------
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:
users@infra.apache.org