Commit 69981b6
committed
Restrict re-exported items in lib.rs
Make only to_datafusion_err publicly re-exported from the crate
root. Keep PyDataFusionError and PyDataFusionResult as private
imports for internal use, enhancing encapsulation and reducing
exposure of non-essential components.1 parent 00bbe79 commit 69981b6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments