manuzhang commented on code in PR #16028:
URL: https://github.com/apache/iceberg/pull/16028#discussion_r3882172301


##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/BaseSparkTable.java:
##########
@@ -91,11 +94,29 @@ public String name() {
     return table.toString();
   }
 
+  /**
+   * @deprecated since 1.12.0, use {@link #columns()} instead

Review Comment:
   Yes, since these methods are deprecated in Spark, we need to move away from 
them as well in case they are removed in Spark one day. At least, broadcast the 
message.



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

Reply via email to