Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
Reviewed
Description
A partition is dynamically added if INSERT INTO is invoked on a non-existing partition.
Generally, insert operation generated INSERT event to notify the operation with new data files.
In this case, Hive should generate only ADD_PARTITION events with the new files added. It shouldn't create INSERT event.
Need to test and verify this behaviour.