[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HUDI-650:

Labels: pull-request-available  (was: )

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: Code Cleanup
>Reporter: satish
>Assignee: satish
>Priority: Minor
>  Labels: pull-request-available
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Fix Version/s: (was: 0.5.2)

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: Code Cleanup
>Reporter: satish
>Assignee: satish
>Priority: Minor
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Component/s: (was: CLI)
 Code Cleanup

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: Code Cleanup
>Reporter: satish
>Assignee: satish
>Priority: Minor
> Fix For: 0.5.2
>
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Status: Open  (was: New)

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: Code Cleanup
>Reporter: satish
>Assignee: satish
>Priority: Minor
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Description: 
HoodieTable handleUpdate takes in fileId and list of records.  It does not 
validate all records belong to same partitionPath. This is error prone - there 
is already at least one test that is passing in records that belong to several 
partitions to this method. Fix to take partitionPath and also validate all 
records belong to same partition path.

This will be helpful for  adding 'insert overwrite' functionality as well.

  was:HoodieMergeHandle has 


> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: CLI
>Reporter: satish
>Assignee: satish
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 0.5.2
>
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Labels:   (was: pull-request-available)

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: CLI
>Reporter: satish
>Assignee: satish
>Priority: Minor
> Fix For: 0.5.2
>
>
> HoodieTable handleUpdate takes in fileId and list of records.  It does not 
> validate all records belong to same partitionPath. This is error prone - 
> there is already at least one test that is passing in records that belong to 
> several partitions to this method. Fix to take partitionPath and also 
> validate all records belong to same partition path.
> This will be helpful for  adding 'insert overwrite' functionality as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HUDI-650) HoodieTable handleUpdate to include partition paths

2020-03-02 Thread satish (Jira)


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

satish updated HUDI-650:

Summary: HoodieTable handleUpdate to include partition paths  (was: Update 
HoodieMergeHandle to include partition paths)

> HoodieTable handleUpdate to include partition paths
> ---
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
>  Issue Type: Improvement
>  Components: CLI
>Reporter: satish
>Assignee: satish
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 0.5.2
>
>
> HoodieMergeHandle has 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)