imback82 commented on a change in pull request #28123:
URL: https://github.com/apache/spark/pull/28123#discussion_r419830249



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategy.scala
##########
@@ -221,3 +223,22 @@ object FileSourceStrategy extends Strategy with Logging {
     case _ => Nil
   }
 }
+
+/**
+ * Extractor that handles `CoalesceBuckets` in the child plan extracted from 
`ScanOperation`.
+ */
+object ScanOperationWithCoalescedBuckets {

Review comment:
       I added it in CoalesceBucketsInEquiJoinSuite.scala. (Please let me know 
if it makes more sense to have it in FileSourceStrategySuite.scala)




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to