We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344ca12 commit 2457883Copy full SHA for 2457883
python/delta/exceptions.py
@@ -151,7 +151,7 @@ def _patch_convert_exception() -> None:
151
Patch PySpark's exception convert method to convert Delta's Scala concurrent exceptions to the
152
corresponding Python exceptions.
153
"""
154
- original_convert_sql_exception = captured.convert_exception
+ original_convert_sql_exception = captured._convert_exception
155
156
def convert_delta_exception(e: "JavaObject") -> CapturedException:
157
delta_exception = _convert_delta_exception(e)
0 commit comments