[jira] [Updated] (SPARK-37253) try_simplify_traceback should not fail when tb_frame.f_lineno is None

2021-11-09 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-37253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-37253:
--
Description: 
{code}
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
{code}

  was:
{code}
During handling of the above exception, another exception occurred:

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
{code}


> try_simplify_traceback should not fail when tb_frame.f_lineno is None
> -
>
> Key: SPARK-37253
> URL: https://issues.apache.org/jira/browse/SPARK-37253
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 3.1.2, 3.2.0, 3.3.0
>Reporter: Dongjoon Hyun
>Priority: Major
>
> {code}
> 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
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-37253) try_simplify_traceback should not fail when tb_frame.f_lineno is None

2021-11-09 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-37253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-37253:
--
Description: 
{code}
During handling of the above exception, another exception occurred:

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
{code}

> try_simplify_traceback should not fail when tb_frame.f_lineno is None
> -
>
> Key: SPARK-37253
> URL: https://issues.apache.org/jira/browse/SPARK-37253
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 3.1.2, 3.2.0, 3.3.0
>Reporter: Dongjoon Hyun
>Priority: Major
>
> {code}
> During handling of the above exception, another exception occurred:
> 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
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-37253) try_simplify_traceback should not fail when tb_frame.f_lineno is None

2021-11-09 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-37253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-37253:
--
Affects Version/s: 3.2.0
   3.1.2

> try_simplify_traceback should not fail when tb_frame.f_lineno is None
> -
>
> Key: SPARK-37253
> URL: https://issues.apache.org/jira/browse/SPARK-37253
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 3.1.2, 3.2.0, 3.3.0
>Reporter: Dongjoon Hyun
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org