@@ -3,17 +3,26 @@ All notable changes to this project will be documented in this file.
3
3
4
4
Preferably use ** Added** , ** Changed** , ** Removed** and ** Fixed** topics in each release or unreleased log for a better organization.
5
5
6
+ ## [ 1.0.6] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.6 )
7
+ ### Added
8
+ * Added get_partition_keys method to get partitions with name and type ([ #53 ] ( https://github.com/quintoandar/hive-metastore-client/pull/53 ) )
9
+
10
+ ### Changed
11
+ * Handled exception when table has no partitions in method ` get_partition_values_from_table ` ([ #55 ] ( https://github.com/quintoandar/hive-metastore-client/pull/55 ) )
12
+
6
13
## [ 1.0.5] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.5 )
7
14
### Added
8
15
* Added bulk_drop_partitions method ([ #49 ] ( https://github.com/quintoandar/hive-metastore-client/pull/49 ) )
9
16
* Added get_partition_values_from_table method ([ #50 ] ( https://github.com/quintoandar/hive-metastore-client/pull/50 ) )
17
+
10
18
### Changed
11
19
* Changed max_parts parameter from get_partitions method to int32 ([ #45 ] ( https://github.com/quintoandar/hive-metastore-client/pull/45 ) )
12
20
13
21
## [ 1.0.4] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.4 )
14
22
### Added
15
23
* Added create_external_table method ([ #42 ] ( https://github.com/quintoandar/hive-metastore-client/pull/42 ) )
16
24
* Added get_partition_keys_objects and get_partition_keys_names methods ([ #43 ] ( https://github.com/quintoandar/hive-metastore-client/pull/43 ) )
25
+
17
26
### Fixed
18
27
* Enforced type as EXTERNAL when creating external tables ([ #41 ] ( https://github.com/quintoandar/hive-metastore-client/issues/41 ) )
19
28
@@ -29,9 +38,11 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
29
38
## [ 1.0.1] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.1 )
30
39
### Added
31
40
* Added drop_columns_from_table method ([ #30 ] ( https://github.com/quintoandar/hive-metastore-client/pull/30 ) )
41
+
32
42
### Changed
33
43
* Updated imports in project ([ #27 ] ( https://github.com/quintoandar/hive-metastore-client/pull/27 ) )
34
44
* Shifted to quintoandar's docker image ([ #28 ] ( https://github.com/quintoandar/hive-metastore-client/pull/28 ) )
45
+
35
46
### Fixed
36
47
* Fixed typo in the client's filename ([ #33 ] ( https://github.com/quintoandar/hive-metastore-client/pull/33 ) )
37
48
0 commit comments