Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • llap
    • 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
      

      Attachments

        Activity

          People

            sershe Sergey Shelukhin
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: