Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.1
-
None
-
None
Description
1,prepare
set hive.execution.engine=mr; CREATE TABLE IF NOT EXISTS test(id INT); insert into test values (1), (2);
2,the query that will return wrong counter
set hive.execution.engine=mr; insert into test select * from test union all select * from test;
The counter "RECORDS_OUT_1_default.test" is expected as 4,but actually 8
Attachments
Issue Links
- relates to
-
HIVE-12382 return actual row count for JDBC executeUpdate
- Open