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

try_simplify_traceback should not fail when tb_frame.f_lineno is None

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1.2, 3.2.0, 3.3.0
    • 3.1.3, 3.2.1, 3.3.0
    • PySpark
    • None

    Description

      Traceback (most recent call last):
        File "/Users/dongjoon/APACHE/spark-merge/python/lib/pyspark.zip/pyspark/worker.py", line 630, in main
          tb = try_simplify_traceback(sys.exc_info()[-1])
        File "/Users/dongjoon/APACHE/spark-merge/python/lib/pyspark.zip/pyspark/util.py", line 217, in try_simplify_traceback
          new_tb = types.TracebackType(
      TypeError: 'NoneType' object cannot be interpreted as an integer
      

      Attachments

        Issue Links

          Activity

            People

              apachespark Apache Spark
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: