Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-26 Thread via GitHub
HyukjinKwon closed pull request #46215: [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target URL: https://github.com/apache/spark/pull/46215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-26 Thread via GitHub
HyukjinKwon commented on PR #46215: URL: https://github.com/apache/spark/pull/46215#issuecomment-2078831120 Merged to master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-25 Thread via GitHub
itholic commented on code in PR #46215: URL: https://github.com/apache/spark/pull/46215#discussion_r1580282285 ## python/pyspark/errors/utils.py: ## @@ -197,6 +197,16 @@ def with_origin_to_class(cls: Type[T]) -> Type[T]: """ if os.environ.get("PYSPARK_PIN_THREAD",

Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-25 Thread via GitHub
HyukjinKwon commented on code in PR #46215: URL: https://github.com/apache/spark/pull/46215#discussion_r1579304364 ## python/pyspark/errors/utils.py: ## @@ -197,6 +197,16 @@ def with_origin_to_class(cls: Type[T]) -> Type[T]: """ if os.environ.get("PYSPARK_PIN_THREAD",

Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-25 Thread via GitHub
itholic commented on code in PR #46215: URL: https://github.com/apache/spark/pull/46215#discussion_r1578936273 ## python/pyspark/errors/utils.py: ## @@ -197,6 +197,16 @@ def with_origin_to_class(cls: Type[T]) -> Type[T]: """ if os.environ.get("PYSPARK_PIN_THREAD",

Re: [PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-25 Thread via GitHub
HyukjinKwon commented on code in PR #46215: URL: https://github.com/apache/spark/pull/46215#discussion_r1578922375 ## python/pyspark/errors/utils.py: ## @@ -197,6 +197,16 @@ def with_origin_to_class(cls: Type[T]) -> Type[T]: """ if os.environ.get("PYSPARK_PIN_THREAD",

[PR] [SPARK-47858][PYTHON][FOLLOWUP] Excluding Python magic methods from error context target [spark]

2024-04-24 Thread via GitHub
itholic opened a new pull request, #46215: URL: https://github.com/apache/spark/pull/46215 ### What changes were proposed in this pull request? This PR followups for https://github.com/apache/spark/pull/46063 to exclude Python magic methods from error context target