File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ 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.8] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.8 )
7
+ ### Changed
8
+ * Replaced default values for ` TableBuilder ` and ` SerdeInfoBuilder ` constructors when no value is provided for specific lists and dicts
9
+ ([ #62 ] ( https://github.com/quintoandar/hive-metastore-client/pull/62 ) )
10
+
6
11
## [ 1.0.7] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.7 )
7
12
### Added
8
13
* Added method ` add_partitions_to_table ` to add partitions receiving an exception if some partition already exists
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.7 "
4
+ __version__ = "1.0.8 "
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