Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
llap
-
None
-
None
Description
Looks like reading the same split from 2 tasks in the same process might have some corner cases.
hive> select count(1) from tpch_orc_snappy_1000.region y join tpch_orc_snappy_1000.region x; OK 0
hive> set hive.llap.io.enabled=false;
hive> select count(1) from tpch_orc_snappy_1000.region y join tpch_orc_snappy_1000.region x;
OK
25