rdblue commented on code in PR #8648:
URL: https://github.com/apache/iceberg/pull/8648#discussion_r1343186994
##########
api/src/main/java/org/apache/iceberg/view/View.java:
##########
@@ -77,6 +77,15 @@ public interface View {
*/
Map<String, String> properties();
+ /**
+ * Return the view's base location.
+ *
+ * @return this view's location
+ */
+ default String location() {
+ return null;
Review Comment:
Yeah, this is the unfortunate consequence of overlooking location when we
added the APIs. We should definitely throw an exception. We never want Iceberg
to return incorrect information.
--
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]