Commit 3d831e6
committed
fix: use correct param key for DuplicateFieldCaseInsensitive error
The Rust error serialization used "matchedFields" but the Scala
ShimSparkErrorConverter expects "matchedOrcFields", matching Spark's
QueryExecutionErrors API parameter name.1 parent 0c6def8 commit 3d831e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments