Commit 66becfa
make Union::try_new pub (apache#18125)
## Which issue does this PR close?
- Closes apache#18126.
## Rationale for this change
It's a useful constructor for users manipulating logical plans where
they know the schemas will match exactly. We already expose other
constructors for Union and constructors for logical plans.
## What changes are included in this PR?
Makes `Union::try_new` a public function.
## Are these changes tested?
Seems unnecessary.
## Are there any user-facing changes?
The function is now public. Not a breaking change, but going forward
changes to it would breaking changes to users of the logical plan API.1 parent 345b31c commit 66becfa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2753 | 2753 | | |
2754 | 2754 | | |
2755 | 2755 | | |
2756 | | - | |
| 2756 | + | |
| 2757 | + | |
2757 | 2758 | | |
2758 | 2759 | | |
2759 | 2760 | | |
| |||
0 commit comments