Commit 9872283
authored
Export
* Re-export error helpers from crate root
Publicly re-export curated error helpers, including
to_datafusion_err, from the crate root. Add a
regression test in crates/util/tests/root_exports.rs
to ensure correct functionality in an integration-test
context.
* 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.
* feat: remove unnecessary blank line in lib.rs to improve code formatting
* rm root_exports.rsto_datafusion_err from the util crate root (#1487)1 parent 0a9ca68 commit 9872283
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments