jnh5y commented on code in PR #25200:
URL: https://github.com/apache/flink/pull/25200#discussion_r1717550570
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlOtherOperationConverterTest.java:
##########
@@ -222,26 +226,30 @@ void testShowViews() {
Operation operation = parse(sql);
assertThat(operation).isInstanceOf(ShowViewsOperation.class);
- ShowViewsOperation showTablesOperation = (ShowViewsOperation)
operation;
Review Comment:
Nice! I missed this typo... Very natural given that one should be using
the other PR to make this one!
--
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]