Skip to content

Commit

Permalink
Fix failed unit compile
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Oct 10, 2023
1 parent 7d06db3 commit e508365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class GlutenSubquerySuite extends SubquerySuite with GlutenSQLTestsTrait {
case t: WholeStageTransformer => t
} match {
case Some(WholeStageTransformer(fs: FileSourceScanExecTransformer, _)) =>
fs.dynamicallySelectedPartitions
fs.dynamicallySelectedPartitionsAlias
.exists(_.files.exists(_.getPath.toString.contains("p=0")))
case _ => false
})
Expand Down

0 comments on commit e508365

Please sign in to comment.