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(table): export StructLike and GetPartitionRecord (#791)
PartitionRecord and GetPartitionRecord are the only way to go from a
DataFile to something PartitionToPath accepts. Keeping them unexported
forces external consumers to reimplement the same conversion.
Also deduplicates the manual record construction in the pos delete
writer.
0 commit comments