XMLWordPrintableJSON

Details

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

    Description

      test_nested_higher_order_function

      Traceback (most recent call last):
        File "/Users/ruifeng.zheng/Dev/spark/python/pyspark/sql/tests/test_functions.py", line 814, in test_nested_higher_order_function
          self.assertEquals(actual, expected)
      AssertionError: Lists differ: [Row(n='a', l='a'), Row(n='b', l='b'), Row[124 chars]'c')] != [(1, 'a'), (1, 'b'), (1, 'c'), (2, 'a'), ([43 chars]'c')]
      
      First differing element 0:
      Row(n='a', l='a')
      (1, 'a')
      
      - [Row(n='a', l='a'),
      -  Row(n='b', l='b'),
      -  Row(n='c', l='c'),
      -  Row(n='a', l='a'),
      -  Row(n='b', l='b'),
      -  Row(n='c', l='c'),
      -  Row(n='a', l='a'),
      -  Row(n='b', l='b'),
      -  Row(n='c', l='c')]
      + [(1, 'a'),
      +  (1, 'b'),
      +  (1, 'c'),
      +  (2, 'a'),
      +  (2, 'b'),
      +  (2, 'c'),
      +  (3, 'a'),
      +  (3, 'b'),
      +  (3, 'c')]
      
      
      

      Attachments

        Activity

          People

            podongfeng Ruifeng Zheng
            podongfeng Ruifeng Zheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: