Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-2540

LATERAL VIEW with EXPLODE produces ConcurrentModificationException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.1, 0.9.0
    • 0.10.0
    • Query Processor
    • None
    • Reviewed

    Description

      The following produces ConcurrentModificationException on the for loop inside EXPLODE:

      create table foo as select array(1, 2) a from src limit 1;
      select a, x.b from foo lateral view explode(a) x as b;
      

      Attachments

        Issue Links

          Activity

            People

              navis Navis Ryu
              electrum David Phillips
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: