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
#7111 adds support for writing Parquet files with modular encryption but this only works when using an ArrowWriter to write Arrow record batches. There isn't a way to implement concurrent writing of separate columns using an ArrowColumnWriter with encryption.