Commit ba71eea
authored
feat: support
This PR introduces the function to convert arrow struct to iceberg
struct. This function is needed when we add fanout partition writer: In
this writer, we need to compute the partition value using record batch
and convert them into struct value finally and set into data file.
---------
Co-authored-by: ZENOTME <[email protected]>arrow_struct_to_iceberg_struct (#731)1 parent eb4c668 commit ba71eea
6 files changed
+1399
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments