We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af74d51 commit d92e309Copy full SHA for d92e309
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala
@@ -124,6 +124,7 @@ object DataSourceV2Strategy extends Strategy with PredicateHelper {
124
|Post-Scan Filters: ${postScanFilters.mkString(",")}
125
|Output: ${output.mkString(", ")}
126
""".stripMargin)
127
+
128
val plan = BatchScanExec(output, scan)
129
130
val filterCondition = postScanFilters.reduceLeftOption(And)
0 commit comments