You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2021/11/11 13:03:20 UTC

[hudi] branch master updated (90529aa -> 6b93ccc)

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

danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from 90529aa  [HUDI-2495] Resolve inconsistent key generation for timestamp types  by GenericRecord and Row (#3944)
     add 6b93ccc  [HUDI-2738] Remove the bucketAssignFunction useless context (#3972)

No new revisions were added by this update.

Summary of changes:
 .../sink/partitioner/BucketAssignFunction.java     | 14 ------
 .../sink/partitioner/BucketAssignOperator.java     | 57 ----------------------
 .../java/org/apache/hudi/sink/utils/Pipelines.java |  4 +-
 .../sink/utils/StreamWriteFunctionWrapper.java     | 24 +++------
 4 files changed, 8 insertions(+), 91 deletions(-)
 delete mode 100644 hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/BucketAssignOperator.java