[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-21 Thread Marta Kuczora (JIRA)


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

Marta Kuczora updated HIVE-21814:
-
   Resolution: Fixed
Fix Version/s: 4.0.0
   Status: Resolved  (was: Patch Available)

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch, 
> HIVE-21814.03.patch, HIVE-21814.04.patch, HIVE-21814.05.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-20 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Attachment: HIVE-21814.05.patch

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch, 
> HIVE-21814.03.patch, HIVE-21814.04.patch, HIVE-21814.05.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-20 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Attachment: HIVE-21814.04.patch

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch, 
> HIVE-21814.03.patch, HIVE-21814.04.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-17 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Attachment: HIVE-21814.03.patch

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch, 
> HIVE-21814.03.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-15 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Attachment: HIVE-21814.02.patch

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch, HIVE-21814.02.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-14 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Status: Patch Available  (was: Open)

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21814) Implement list partitions related methods on temporary tables

2019-06-14 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-21814:
-
Attachment: HIVE-21814.01.patch

> Implement list partitions related methods on temporary tables
> -
>
> Key: HIVE-21814
> URL: https://issues.apache.org/jira/browse/HIVE-21814
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Laszlo Pinter
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-21814.01.patch
>
>
> IMetaStoreClient exposes the following methods related to listing partitions:
> {code:java}
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitions(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitions(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, short 
> max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, int max_parts);
> List listPartitionNames(String db_name, String tbl_name, List 
> part_vals, short max_parts);
> List listPartitionNames(String catName, String db_name, String 
> tbl_name, List part_vals, int max_parts);
> PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, int 
> maxParts);
> PartitionSpecProxy listPartitionSpecs(String catName, String dbName, String 
> tableName,int maxParts);
> List listPartitionsWithAuthInfo(String dbName, String tableName, 
> List partialPvals, short maxParts, String userName, List 
> groupNames);
> List listPartitionsWithAuthInfo(String catName, String dbName, 
> String tableName, List partialPvals, int maxParts, String userName, 
> List groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)