[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2024-09-11 Thread Ethan Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ethan Guo updated HUDI-6765:

Story Points: 8  (was: 2)

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Assignee: Ethan Guo
>Priority: Blocker
>  Labels: hudi-1.0.0-beta2
> Fix For: 1.0.0
>
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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


[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2024-03-25 Thread Vinoth Chandar (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinoth Chandar updated HUDI-6765:
-
Labels: hudi-1.0.0-beta2  (was: )

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Assignee: Ethan Guo
>Priority: Blocker
>  Labels: hudi-1.0.0-beta2
> Fix For: 1.0.0
>
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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


[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2023-08-29 Thread Ethan Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ethan Guo updated HUDI-6765:

Story Points: 2

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Priority: Blocker
> Fix For: 1.0.0
>
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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


[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2023-08-28 Thread Ethan Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ethan Guo updated HUDI-6765:

Priority: Blocker  (was: Major)

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Priority: Blocker
> Fix For: 1.0.0
>
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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


[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2023-08-28 Thread Ethan Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ethan Guo updated HUDI-6765:

Fix Version/s: 1.0.0

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Priority: Major
> Fix For: 1.0.0
>
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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


[jira] [Updated] (HUDI-6765) Add merge mode to allow differentiation of dedup logic

2023-08-28 Thread Ethan Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/HUDI-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ethan Guo updated HUDI-6765:

Description: The new merge API in HoodieRecordMerger can only differentiate 
merge logic based on `OperationModeAwareness`, which introduces another layer 
of complexity.  Instead, could we add a new argument of merge mode 
(pre-combine, or update) to the merge API for customized dedup (or merging of 
log records?), instead of using OperationModeAwareness? 

> Add merge mode to allow differentiation of dedup logic
> --
>
> Key: HUDI-6765
> URL: https://issues.apache.org/jira/browse/HUDI-6765
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Ethan Guo
>Priority: Major
>
> The new merge API in HoodieRecordMerger can only differentiate merge logic 
> based on `OperationModeAwareness`, which introduces another layer of 
> complexity.  Instead, could we add a new argument of merge mode (pre-combine, 
> or update) to the merge API for customized dedup (or merging of log 
> records?), instead of using OperationModeAwareness? 



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