Details

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

    Description

      Doctest in pyspark.sql.connect.window.Window.rowsBetween fails with the error below:

      File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/column.py", line 324, in pyspark.sql.connect.column.Column.over
      Failed example:
          window = Window.partitionBy("name").orderBy("age")                 .rowsBetween(Window.unboundedPreceding, Window.currentRow)
      Exception raised:
          Traceback (most recent call last):
            File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py", line 1350, in __run
              exec(compile(example.source, filename, "single",
            File "<doctest pyspark.sql.connect.column.Column.over[1]>", line 1, in <module>
              window = Window.partitionBy("name").orderBy("age")                 .rowsBetween(Window.unboundedPreceding, Window.currentRow)
            File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/utils.py", line 346, in wrapped
              raise NotImplementedError()
          NotImplementedError

      We should enable this back after fixing the issue in Spark Connect

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: