Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22927#discussion_r230188800
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala ---
    @@ -393,7 +393,7 @@ object LoadDataCommand {
               throw new IllegalArgumentException(e)
           }
         } else {
    -      path
    +      new Path(pathUri)
    --- End diff --
    
    `path` doesn't contain `workingDir` information.
    
    Could you review this, @cloud-fan , @gatorsmile , @HyukjinKwon , @vanzin 
and @squito ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to