You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Yuwei Xiao (Jira)" <ji...@apache.org> on 2022/07/11 04:05:00 UTC

[jira] [Created] (HUDI-4378) Refactor SIMPLE bucket index partitioner to enable bulk_insert

Yuwei Xiao created HUDI-4378:
--------------------------------

             Summary: Refactor SIMPLE bucket index partitioner to enable bulk_insert
                 Key: HUDI-4378
                 URL: https://issues.apache.org/jira/browse/HUDI-4378
             Project: Apache Hudi
          Issue Type: New Feature
            Reporter: Yuwei Xiao


The SIMPLE bucket index has a customized partitioner for upsert/insert write path. But it cannot be used for bulk_insert write path.

 

This Jira aims to generalize the partitioner to let it be used in bulk_insert write path. Meanwhile, the interface of partitioner should be consistent with the partitioner of CONSISTENT_HASHING bucket index. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)