-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use __HIVE_DEFAULT_PARTITION__ for null partition keys (#8291)
Summary: Use` __HIVE_DEFAULT_PARTITION__` for NULL partition keys of all data types. Before this change, the default value was used only for null partition keys of type VARCHAR. This happened by accident as these produces empty partition key which was converted to `__HIVE_DEFAULT_PARTITION__`. Pull Request resolved: #8291 Reviewed By: gggrace14 Differential Revision: D52645855 Pulled By: mbasmanova fbshipit-source-id: d9aaeeb386fe3bf6c89ed2cb146e39e6c349ae6c
- Loading branch information
1 parent
62caa6a
commit f15e096
Showing
2 changed files
with
49 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters