cloud-fan commented on code in PR #41062:
URL: https://github.com/apache/spark/pull/41062#discussion_r1188151764
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/write/SupportsCustomSchemaWrite.java:
##########
@@ -27,12 +28,12 @@
* @since 3.4.1
*/
@Evolving
-public interface SupportsCustomSchemaWrite {
+public interface SupportsCustomSchemaWrite extends Table {
/**
* Represents a table with a custom schema to use for resolving DEFAULT
column references when
* inserting into the table. For example, this can be useful for excluding
hidden pseudocolumns.
*
* @return the new schema to use for this process.
*/
- StructType customSchemaForInserts();
+ Column[] customColumnsForInserts();
Review Comment:
oh it's not released yet
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]