gustavodemorais commented on code in PR #28841:
URL: https://github.com/apache/flink/pull/28841#discussion_r3676121374
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/CalcRestoreTest.java:
##########
@@ -43,6 +43,7 @@ public List<TableTestProgram> programs() {
CalcTestPrograms.CALC_UDF_SIMPLE,
CalcTestPrograms.CALC_UDF_COMPLEX,
CalcTestPrograms.CALC_CURRENT_TIMESTAMP,
- CalcTestPrograms.COALESCE);
+ CalcTestPrograms.COALESCE,
+ CalcTestPrograms.CALC_VARIANT);
Review Comment:
nit: could be also added to CalcBatchRestoreTest but I guess we have
basically no variant coverage for batch yet
--
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]