Skip to content

Commit

Permalink
d3
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
  • Loading branch information
firestarman committed Jan 2, 2024
1 parent 5c5ac3b commit e77ca25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,13 +636,13 @@ case class GpuFileSourceScanExec(
logInfo("doCanonicalize with a reuse fix")
GpuFileSourceScanExec(
relation,
output.map(QueryPlan.normalizeExpressions(_, output)),
originalOutput.map(QueryPlan.normalizeExpressions(_, originalOutput)),
requiredSchema,
QueryPlan.normalizePredicates(
filterUnusedDynamicPruningExpressions(partitionFilters), originalOutput),
optionalBucketSet,
optionalNumCoalescedBuckets,
QueryPlan.normalizePredicates(dataFilters, output),
QueryPlan.normalizePredicates(dataFilters, originalOutput),
None,
queryUsesInputFile,
alluxioPathsMap = alluxioPathsMap)(rapidsConf)
Expand Down

0 comments on commit e77ca25

Please sign in to comment.