cloud-fan commented on a change in pull request #27581: [SPARK-11150][SQL][FOLLOWUP] Move sql/dynamicpruning to sql/catalyst/dynamicpruning URL: https://github.com/apache/spark/pull/27581#discussion_r379970896
########## File path: sql/core/src/main/scala/org/apache/spark/sql/catalyst/dynamicpruning/CleanupDynamicPruningFilters.scala ########## @@ -15,7 +15,7 @@ * limitations under the License. */ -package org.apache.spark.sql.dynamicpruning +package org.apache.spark.sql.catalyst.dynamicpruning Review comment: let's move it to execution? it's also where AQE landed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
