You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/catalog/CatalogTableITCase.scala
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1375,6 +1375,67 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends TableITCaseBase {
1375
1375
"+I[bob]",
1376
1376
tableEnv.executeSql("select lowerUdf(a) from t1").collect().next().toString)
0 commit comments