Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.1, 2.2.0
Description
HIVE-12727 introduces three new configurations to replace the existing hive.mapred.mode, which is deprecated. However, the default value for the latter is 'nonstrict', which prevent the new configurations from being used (see comments in that JIRA for more details).
This proposes to change the default value for hive.mapred.mode to null. Users can then set the three new configurations to get more fine-grained control over the strict checking. If user want to use the old configuration, they can set hive.mapred.mode to strict/nonstrict.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-12727 refactor Hive strict checks to be more granular, allow order by no limit and no partition filter by default for now
- Closed