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

LogicalPlan can't resolve column correctlly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.3.0
    • SQL
    • None

    Description

      How to reproduce this problem:

      CREATE TABLE t1(x INT);
      CREATE TABLE t2(a STRUCT<x: INT>, k INT);
      SELECT a.x FROM t1 a JOIN t2 b ON a.x = b.k;
      

      Attachments

        Activity

          People

            tianyi Tianyi Wang
            tianyi Tianyi Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: