snuyanzin commented on code in PR #23786:
URL: https://github.com/apache/flink/pull/23786#discussion_r1405421199
##########
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/cli/CliTableauResultViewTest.java:
##########
@@ -226,7 +222,7 @@ void testBatchResult() {
// adjust the max column width for printing
testConfig.set(DISPLAY_MAX_COLUMN_WIDTH, 80);
- collectResult =
Review Comment:
I guess this also should be replaced as
```java
TestChangelogResult collectResult = createTestChangelogResult();
```
--
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]