szehon-ho commented on code in PR #7296:
URL: https://github.com/apache/iceberg/pull/7296#discussion_r1160959958
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkUtil.java:
##########
@@ -77,6 +77,8 @@ public class SparkUtil {
private SparkUtil() {}
+ /** @deprecated will be removed in 1.4.0 */
Review Comment:
Makes sense. I see the SparkActions takes the table, maybe it could be the
responsibility of user then to close it, though it is a bit undocumented.
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkUtil.java:
##########
@@ -77,6 +77,8 @@ public class SparkUtil {
private SparkUtil() {}
+ /** @deprecated will be removed in 1.4.0 */
Review Comment:
Makes sense. I see the SparkActions takes the table as argument, maybe it
could be the responsibility of user then to close it, though it is a bit
undocumented.
--
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]