Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement repartitioned for DeltaScan (#2421)
# Description This implements repartitioned from the ExecutionPlan trait of DeltaScan. Currently, Delta tables without partitions are read with all its files in a single file group of the underlying `ParquetExec`. This seems to mean that Delta tables without partitions are read without concurrency. With repartitioned we can repartition the DeltaScan to get concurrency when reading.
- Loading branch information