Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-23405

The task will hang up when a small table left semi join a big table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.1
    • 2.4.0
    • SQL
    • None

    Description

      1. I run a sql: `select ls.cs_order_number from ls left semi join catalog_sales cs on ls.cs_order_number = cs.cs_order_number`, The `ls` table is a small table ,and the number is one. The `catalog_sales` table is a big table,  and the number is 10 billion. The task will be hang up:

       And the sql page is :

      Attachments

        1. taskhang up.png
          47 kB
          KaiXinXIaoLei
        2. SQL.png
          44 kB
          KaiXinXIaoLei

        Activity

          People

            KaiXinXIaoLei KaiXinXIaoLei
            KaiXinXIaoLei KaiXinXIaoLei
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: