[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-22 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Sprint: Hudi-Sprint-Mar-01, Hudi-Sprint-Mar-07, Hudi-Sprint-Mar-14, 
Hudi-Sprint-Mar-21  (was: Hudi-Sprint-Mar-01, Hudi-Sprint-Mar-07, 
Hudi-Sprint-Mar-14)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-14 Thread Sagar Sumit (Jira)


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

Sagar Sumit updated HUDI-3374:
--
Story Points: 1  (was: 4)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-14 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Sprint: Hudi-Sprint-Mar-01, Hudi-Sprint-Mar-07, Hudi-Sprint-Mar-14  (was: 
Hudi-Sprint-Mar-01, Hudi-Sprint-Mar-07)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-14 Thread Sagar Sumit (Jira)


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

Sagar Sumit updated HUDI-3374:
--
Status: Patch Available  (was: In Progress)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-07 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Sprint: Hudi-Sprint-Mar-01, Hudi-Sprint-Mar-07  (was: Hudi-Sprint-Mar-01)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-03-02 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Status: In Progress  (was: Open)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-02-28 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Sprint: Hudi-Sprint-Mar-01

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-02-27 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Issue Type: New Feature  (was: Task)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: New Feature
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-02-27 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Component/s: index
 metadata

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: Task
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-02-27 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Story Points: 4  (was: 2)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: Task
>  Components: index, metadata
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HUDI-3374) metadata index for secondary keys

2022-02-27 Thread Raymond Xu (Jira)


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

Raymond Xu updated HUDI-3374:
-
Summary: metadata index for secondary keys  (was: Column stats index 
initialization for MOR table - handle log files)

> metadata index for secondary keys
> -
>
> Key: HUDI-3374
> URL: https://issues.apache.org/jira/browse/HUDI-3374
> Project: Apache Hudi
>  Issue Type: Task
>Reporter: Manoj Govindassamy
>Assignee: Sagar Sumit
>Priority: Blocker
> Fix For: 0.11.0
>
>
> With HUDI-1492, DeltaWriteStat carries column stats and hence the index is 
> properly updated. But, in case of new column stats initialization, these 
> delta write stats aren't available and need to read the log to gather the 
> stats. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)