Commit 182d5dc
authored
Export JoinSetTracerError from datafusion-common-runtime (apache#17877)
Fixes apache#17876
The JoinSetTracerError type is returned by set_join_set_tracer() but
was not exported in the public API, making it impossible for downstream
users to properly handle errors from this function.
This change adds JoinSetTracerError to the re-exports in lib.rs.1 parent d273ffb commit 182d5dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
0 commit comments