Re: [PR] [SPARK-46231][PYTHON] Migrate all remaining `NotImplementedError` & `TypeError` into PySpark error framework [spark]

2023-12-04 Thread via GitHub
dongjoon-hyun closed pull request #44148: [SPARK-46231][PYTHON] Migrate all remaining `NotImplementedError` & `TypeError` into PySpark error framework URL: https://github.com/apache/spark/pull/44148 -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] [SPARK-46231][PYTHON] Migrate all remaining `NotImplementedError` & `TypeError` into PySpark error framework [spark]

2023-12-03 Thread via GitHub
itholic opened a new pull request, #44148: URL: https://github.com/apache/spark/pull/44148 ### What changes were proposed in this pull request? This PR proposes to igrate all remaining `NotImplementedError` and `TypeError` into PySpark error framework, `PySparkNotImplementedError`