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

support natural join

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • SQL
    • None

    Description

      support queries like:
      select * from t1 natural join t2;
      select * from t1 natural left join t2;
      select * from t1 natural right join t2;
      select * from t1 natural full outer join t2;

      Attachments

        Activity

          People

            adrian-wang Adrian Wang
            adrian-wang Adrian Wang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: