You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support arrow_struct_to_iceberg_struct (#731)
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]>
0 commit comments