Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21608#discussion_r201545004
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InMemoryFileIndex.scala
 ---
    @@ -162,7 +162,7 @@ object InMemoryFileIndex extends Logging {
        *
        * @return for each input path, the set of discovered files for the path
        */
    -  private def bulkListLeafFiles(
    +   def bulkListLeafFiles(
    --- End diff --
    
    Remove the unnecessary indent. Also, `private[sql]`?


---

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

Reply via email to