rdblue commented on code in PR #7992:
URL: https://github.com/apache/iceberg/pull/7992#discussion_r1258605553
##########
api/src/main/java/org/apache/iceberg/view/ViewBuilder.java:
##########
@@ -18,18 +18,16 @@
*/
package org.apache.iceberg.view;
-import java.util.List;
import java.util.Map;
import org.apache.iceberg.Schema;
-import org.apache.iceberg.catalog.Namespace;
import org.apache.iceberg.catalog.ViewCatalog;
/**
* A builder used to create or replace a SQL {@link View}.
*
* <p>Call {@link ViewCatalog#buildView} to create a new builder.
*/
-public interface ViewBuilder {
+public interface ViewBuilder extends VersionBuilder<ViewBuilder> {
Review Comment:
Do we need a `withLocation` to set the location used for storing metadata
files?
--
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]