Skip to content

Commit 114f6cb

Browse files
committed
[FLINK-39682] Fix unable to invoke TO_DATE with TIMESTAMP types
1 parent c347651 commit 114f6cb

4 files changed

Lines changed: 301 additions & 1 deletion

File tree

flink-cdc-composer/src/test/java/org/apache/flink/cdc/composer/specs/TransformSpecsITCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ void runTransformSpecs(String group, String name, TestSpec spec) throws Exceptio
511511
"specs/logical.yaml",
512512
"specs/meta.yaml",
513513
"specs/nested.yaml",
514+
"specs/regression.yaml",
514515
"specs/string.yaml",
515516
"specs/temporal.yaml"
516517
};

0 commit comments

Comments
 (0)