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
If a dataset has columns a, b, c, a user should be able to call dataset.write(..., mode="append") with columns a, b, and it will fill c with null.
Physically, we should allow the new fragments to not include c at all, to save space. This would also open the door for inserting super schemas (which would expand the schema).
If a dataset has columns
a, b, c
, a user should be able to calldataset.write(..., mode="append")
with columnsa, b
, and it will fillc
with null.Physically, we should allow the new fragments to not include
c
at all, to save space. This would also open the door for inserting super schemas (which would expand the schema).Potential follow ups:
merge_insert
with a subset of columns #2904The text was updated successfully, but these errors were encountered: