pan3793 commented on code in PR #41062:
URL: https://github.com/apache/spark/pull/41062#discussion_r1197682260


##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/SupportsCustomSchemaWrite.java:
##########
@@ -18,21 +18,22 @@
 package org.apache.spark.sql.connector.write;
 
 import org.apache.spark.annotation.Evolving;
-import org.apache.spark.sql.types.StructType;
+import org.apache.spark.sql.connector.catalog.Column;
+import org.apache.spark.sql.connector.catalog.Table;
 
 /**
  * Trait for tables that support custom schemas for write operations including 
INSERT INTO commands
  * whose target table columns have explicit or implicit default values.
  *
- * @since 3.4.1
+ * @since 3.5.0

Review Comment:
   Change to 3.5.0 since it is 
[reverted](https://github.com/apache/spark/commit/079594ae976b377459ad09d864106734ef65c32d)
 from branch-3.4



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to