have a couple of swordfish PRs ready for review/an...
# daft-dev
c
have a couple of swordfish PRs ready for review/another pass, in order: • enable read_sql [small] • outer joins [big] once these are done, I have these queued up: • enable read_lance [small] • iceberg merge on read [small] • concat [small] • streaming writes (parquet, csv, iceberg, delta) [very big] (i will split this up into two: file and catalog, so it'll be easier) the remaining items for full parity are: (these will be simple additions with the exception of actor pool) • sample • explode • pivot/unpivot • monotonically_increasing_id • lance writes • actor pool project also a non swordfish: https://github.com/Eventual-Inc/Daft/pull/2953 pr to include file path in column
🔥 3