Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • Connect
    • None

    Description

      File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/dataframe.py", line 584, in pyspark.sql.connect.dataframe.DataFrame.unionByName
      Failed example:
          df1.unionByName(df2).show()
      Expected:
          +----+----+----+
          |col0|col1|col2|
          +----+----+----+
          |   1|   2|   3|
          |   6|   4|   5|
          +----+----+----+
      Got:
          +----+----+----+
          |col0|col1|col2|
          +----+----+----+
          |   1|   2|   3|
          |   4|   5|   6|
          +----+----+----+
          <BLANKLINE>

      Attachments

        Activity

          People

            techaddict Sandeep Singh
            techaddict Sandeep Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: