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
Would this be a good solution to add partitions from parquet to a delta table? E.g. if you wait until a full date partition has been populated and then added dt=2024-05-07 it looks like it would find all relevant parquet files. I think I might be able to use the rust library directly but I was also wondering if you would be open to a contribution that makes this a cli option.
The text was updated successfully, but these errors were encountered:
Would this be a good solution to add partitions from parquet to a delta table? E.g. if you wait until a full date partition has been populated and then added
dt=2024-05-07
it looks like it would find all relevant parquet files. I think I might be able to use the rust library directly but I was also wondering if you would be open to a contribution that makes this a cli option.The text was updated successfully, but these errors were encountered: