File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ 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.4] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.4 )
7
+ ### Added
8
+ * Added create_external_table method ([ #42 ] ( https://github.com/quintoandar/hive-metastore-client/pull/42 ) )
9
+ * Added get_partition_keys_objects and get_partition_keys_names methods ([ #43 ] ( https://github.com/quintoandar/hive-metastore-client/pull/43 ) )
10
+ ### Fixed
11
+ * Enforcing type as EXTERNAL when creating external tables ([ #41 ] ( https://github.com/quintoandar/hive-metastore-client/issues/41 ) )
12
+
6
13
## [ 1.0.3] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.3 )
7
14
### Changed
8
15
* Handled exception when adding duplicate partitions ([ #37 ] ( https://github.com/quintoandar/hive-metastore-client/pull/37 ) )
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
3
__package_name__ = "hive_metastore_client"
4
- __version__ = "1.0.3 "
4
+ __version__ = "1.0.4 "
5
5
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
6
6
7
7
with open ("requirements.txt" ) as f :
You can’t perform that action at this time.
0 commit comments