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

Joins on simple table created using select gives error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.1
    • 1.3.1, 1.4.0
    • SQL
    • None

    Description

      Register "select 0 as a, 1 as b" as table zeroone
      Register "select 0 as x, 1 as y" as table zeroone2

      The following sql
      "select * from zeroone ta join zeroone2 tb on ta.a = tb.x"

      gives error
      java.lang.UnsupportedOperationException: LeafNode NoRelation$ must implement statistics.

      Attachments

        Issue Links

          Activity

            People

              x1 Yuri Saito
              kul Kuldeep
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: