Commit b61aee7
Minor: make signatures of
## Which issue does this PR close?
None.
## Rationale for this change
All `register_*` methods on `SessionContext` should have similar
signatures for the sake of API consistency.
## What changes are included in this PR?
Update `SessionContext::register_batch` and
`SessionContext::register_arrow` to have similar signatures than the
rest of `SessionContext::register_*` methods.
## Are these changes tested?
I don't think any tests are required for this. Type checking done by the
compiler should be enough. Let me know if you disagree.
## Are there any user-facing changes?
I don't think so. All previous calls to these methods should still work
as before.
Co-authored-by: alexandreyc <alexandre@crayssac.net>SessionContext::register_* methods consistent (#20873)1 parent 8609288 commit b61aee7
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
| 540 | + | |
546 | 541 | | |
547 | 542 | | |
548 | 543 | | |
| |||
1788 | 1783 | | |
1789 | 1784 | | |
1790 | 1785 | | |
1791 | | - | |
1792 | | - | |
| 1786 | + | |
| 1787 | + | |
1793 | 1788 | | |
1794 | 1789 | | |
1795 | 1790 | | |
1796 | 1791 | | |
1797 | | - | |
1798 | 1792 | | |
1799 | | - | |
| 1793 | + | |
1800 | 1794 | | |
1801 | 1795 | | |
1802 | 1796 | | |
| |||
0 commit comments