You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spark] Flip isDeltaTable.throwOnError to true (#3422)
## Description
- Change the default value of the isDeltaTable.throwOnError flag to
`true`.
## How was this patch tested?
Existing tests (was already `true` in testing).
## Does this PR introduce _any_ user-facing changes?
Resolving a Delta that is accessed by path (e.g. DeltaTable.forPath() or
SELECT ... FROM delta.<path>) will now forward exceptions thrown while
accessing , instead of always throwing a DELTA_MISSING_DELTA_TABLE
exception.
This helps locating issues such as missing access permissions without
having to through support.
0 commit comments