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
fix: use AddFile flags to gate empty-replace check, not DataSpec()
DataSpec() also errors on multi-spec stages, which would silently break a
ReplacePartitions that touches files from more than one spec. Use the
flags AddFile() sets (replace_by_row_filter_ / replaced_partitions_)
instead — the same condition that already gated the no-op early-return
below, now promoted to an error to match Java BaseReplacePartitions.
0 commit comments