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-common/src/main/java/org/apache/flink/table/types/inference/SystemTypeInference.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -544,7 +544,6 @@ public Optional<List<DataType>> inferInputTypes(
Copy file name to clipboardExpand all lines: flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/inference/InputTypeStrategiesTestBase.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -58,12 +58,6 @@ public abstract class InputTypeStrategiesTestBase {
58
58
@ParameterizedTest(name = "{index}: {0}")
59
59
@MethodSource("testData")
60
60
voidtestStrategy(TestSpectestSpec) {
61
-
/*
62
-
if (!testSpec.description.contains("Descriptor column not found in table")
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/QueryOperationConverter.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -344,9 +344,6 @@ public RelNode visit(FunctionQueryOperation functionTable) {
344
344
// relBuilder.build() works in LIFO fashion, this restores the original input order
345
345
Collections.reverse(inputStack);
346
346
347
-
// TODO: should we check if contextFunction is builtin ml_predict and use
348
-
// SqlPredictFunction instead of BridgingSqlFunction? PTF BridgeSqlFunction will be
349
-
// handled by StreamPhysicalProcessTableFunctionRule which won't work for ml_predict
0 commit comments