You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/30 15:44:24 UTC

[GitHub] [spark] rdblue commented on a change in pull request #24416: [SPARK-27521][SQL] Move data source v2 to catalyst module

rdblue commented on a change in pull request #24416: [SPARK-27521][SQL] Move data source v2 to catalyst module
URL: https://github.com/apache/spark/pull/24416#discussion_r289048856
 
 

 ##########
 File path: sql/catalyst/src/main/java/org/apache/spark/sql/sources/v2/writer/SupportsDynamicOverwrite.java
 ##########
 @@ -25,7 +25,7 @@
  * write does not contain data will remain unchanged.
  * <p>
  * This is provided to implement SQL compatible with Hive table operations but is not recommended.
- * Instead, use the {@link SupportsOverwrite overwrite by filter API} to explicitly replace data.
+ * Instead, use the {@code SupportsOverwrite overwrite by filter API} to explicitly replace data.
 
 Review comment:
   `SupportsOverwrite` should still be available, right?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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