Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.9.0
Description
Hi , in flink-jdbc connector module, I change the Flink planner to Blink planner to test all test case,because we want to use Blank planner in our program. When I test the JDBCUpsertTableSinkITCase class , the method testUpsert throw the exception:
java.lang.UnsupportedOperationException: JDBCUpsertTableSink can not support
I saw the src code,in Flink planner , the StreamPlanner set the JDBCUpsertTableSink' keyFields,
but in Blink planner , I didn't find anywhere to set JDBCUpsertTableSink' keyFields,so JDBCUpsertTableSink keyFields is null, when execute JDBCUpsertTableSink newFormat(),
it thrown the exception.
Attachments
Attachments
Issue Links
- links to