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

    https://github.com/apache/spark/pull/22133#discussion_r211482461
  
    --- 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 --
    
    This is the link for the latest doc. I think it should be ok.


---

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

Reply via email to