szehon-ho commented on a change in pull request #2983:
URL: https://github.com/apache/iceberg/pull/2983#discussion_r692560840
##########
File path: spark3/src/main/java/org/apache/iceberg/spark/Spark3Util.java
##########
@@ -755,6 +756,27 @@ private static String
sqlString(org.apache.iceberg.expressions.Literal<?> lit) {
return null;
}
+ /**
+ * Returns an Iceberg Table by its name from a Spark V2 Catalog. The {@link
TableOperations} of the table may be
Review comment:
Thanks for adding, can we add 'Depending on the type of Spark Catalot,
the TableOperations of the table..."
So it's clear to the user why it would be stale.
--
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]