edrevo commented on a change in pull request #25990: [SPARK-29248][SQL][WIP]
Pass in number of partitions to WriteBuilder
URL: https://github.com/apache/spark/pull/25990#discussion_r346689656
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/PhysicalWriteInfo.java
##########
@@ -0,0 +1,17 @@
+package org.apache.spark.sql.connector.write;
+
+import org.apache.spark.annotation.Experimental;
+import
org.apache.spark.sql.connector.write.streaming.StreamingDataWriterFactory;
+
+/**
+ * :: Experimental ::
+ * This interface contains physical (i.e. RDD) write information that data
sources can use when generating a
+ * {@link DataWriterFactory} or a {@link StreamingDataWriterFactory}.
+ */
+@Experimental
Review comment:
Is this the correct annotation for the new interfaces I'm adding?
----------------------------------------------------------------
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]