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: allow configurable duration for data push to S3 (#626)
create parquet file by grouping all arrow files (in staging) for the duration
provided in env variable P_STORAGE_UPLOAD_INTERVAL also check
if arrow files vector is not empty, then sort the arrow files and create key
for parquet file from last file from sorted arrow files vector
Fixes#616
0 commit comments