Guowei Ma created FLINK-21740: --------------------------------- Summary: CliTableauResultViewTest.testCancelBatchResult fails Key: FLINK-21740 URL: https://issues.apache.org/jira/browse/FLINK-21740 Project: Flink Issue Type: Bug Components: Table SQL / Client Affects Versions: 1.13.0 Reporter: Guowei Ma
{code:java} [ERROR] CliTableauResultViewTest.testCancelBatchResult:236 expected:<...-03-01 18:39:14.1 | [| true | 2147483647 | (NULL) | abcdefg | 1234567890 | 2020-03-01 18:39:14.12 | | false | -2147483648 | 9223372036854775807 | (NULL) | 12345.06789 | 2020-03-01 18:39:14.123 | Query terminated, received a total of 4 rows] > but was:<...-03-01 18:39:14.1 | [Query terminated, received a total of 1 rows | true | 2147483647 | (NULL) | abcdefg | 1234567890 | 2020-03-01 18:39:14.12 | | false | -2147483648 | 9223372036854775807 | (NULL) | 12345.06789 | 2020-03-01 18:39:14.123 |] > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)