cloud-fan commented on a change in pull request #25700: [SPARK-28998][SQL] 
reorganize the packages of DS v2 interfaces/classes
URL: https://github.com/apache/spark/pull/25700#discussion_r323594355
 
 

 ##########
 File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsDelete.java
 ##########
 @@ -15,14 +15,16 @@
  * limitations under the License.
  */
 
-package org.apache.spark.sql.sources.v2;
+package org.apache.spark.sql.connector.catalog;
 
+import org.apache.spark.annotation.Experimental;
 import org.apache.spark.sql.sources.Filter;
 
 /**
  * A mix-in interface for {@link Table} delete support. Data sources can 
implement this
  * interface to provide the ability to delete data from tables that matches 
filter expressions.
  */
+@Experimental
 
 Review comment:
   currently none of the DS v2 interfaces have the since tag. We can add them 
all together later.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to