-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the canonicalizing for GPU file scan (#10137)
The original output should be used when creating a canonicalized GPU file scan. Because the rule prunePartitionForFileSourceScan will remove partition columns that are not used by the first downstream ProjectExec for some patterns, leading to some partition columns not exist in the finalized output. Then the AttributeReferences in the partitionFilters but excluded from the finalized output will not be canonicalized. --------- Signed-off-by: Firestarman <[email protected]>
- Loading branch information
1 parent
2919d80
commit ace4870
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters