This is an automated email from the ASF dual-hosted git repository.

leonard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


    from ec0becd6f [docs][minor] Specify the lib directory of Flink CDC in 
quick start docs
     new 9a4dede3f [FLINK-35237][cdc-common] Allow Sink to choose HashFunction 
in PrePartitionOperator
     new 26ff6d2a0 [FLINK-35237][cdc-common] Improve the interfaces and 
reorganize the directory.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink/cdc/common/function/HashFunction.java    |  13 ++-
 .../cdc/common/function/HashFunctionProvider.java  |  49 ++++++++++
 .../org/apache/flink/cdc/common/sink/DataSink.java |  10 ++
 ...DefaultDataChangeEventHashFunctionProvider.java | 101 +++++++++++++++++++++
 .../cdc/composer/flink/FlinkPipelineComposer.java  |   6 +-
 .../flink/translator/PartitioningTranslator.java   |   8 +-
 .../runtime/partitioning/PrePartitionOperator.java |  89 ++++--------------
 .../partitioning/PrePartitionOperatorTest.java     |   9 +-
 8 files changed, 202 insertions(+), 83 deletions(-)
 copy 
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-debezium/src/main/java/org/apache/flink/cdc/debezium/table/RowDataMetadataConverter.java
 => 
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/function/HashFunction.java
 (75%)
 create mode 100644 
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/function/HashFunctionProvider.java
 create mode 100644 
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/sink/DefaultDataChangeEventHashFunctionProvider.java

Reply via email to