Commit 2059243
authored
### Rationale for this change
fix example running error
```
****** Scan Example ******
Error occurred: No function registered with name: make_struct
```
### What changes are included in this PR?
call arrow::compute::initialize ahead
### Are these changes tested?
yes
### Are there any user-facing changes?
no
* GitHub Issue: #47243
Lead-authored-by: egolearner <[email protected]>
Co-authored-by: egolearner <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 697f501 commit 2059243
File tree
2 files changed
+9
-7
lines changed- cpp/examples/arrow
2 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
| 330 | + | |
| 331 | + | |
329 | 332 | | |
330 | 333 | | |
331 | 334 | | |
| |||
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
828 | | - | |
829 | | - | |
830 | | - | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
831 | 834 | | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | 835 | | |
837 | 836 | | |
838 | 837 | | |
| |||
0 commit comments