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
clippy fix - Refactor array parameter types in string_agg.rs
Update append_rows_typed and append_batch_values_typed to
accept array references instead of values. Modify call sites
in StringInputArray to pass references, improving memory
efficiency and consistency across function calls.
0 commit comments