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

    https://github.com/apache/spark/pull/22133#discussion_r211460921
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
 ---
    @@ -626,6 +626,7 @@ object DataSource extends Logging {
           
serviceLoader.asScala.filter(_.shortName().equalsIgnoreCase(provider1)).toList 
match {
             // the provider format did not match any given registered aliases
             case Nil =>
    +          val latestDocsURL = "https://spark.apache.org/docs/latest";
    --- End diff --
    
    I would actually avoid to leave the explicit doc link because we will have 
to fix it for every release. Just prose should be good enough.


---

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

Reply via email to