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: change prefix ordering to align with sort order (#549)
With the PR #548 we introduced natural ordering of the parquet files,
with the latest events at the top of a file.
This warrants a change in the prefix order passed to the data fusion
table provider. This PR ensures the prefix order is as expected.
0 commit comments