flyrain commented on code in PR #1147:
URL: https://github.com/apache/polaris/pull/1147#discussion_r2001405982
##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/DefaultCatalogPrefixParser.java:
##########
@@ -16,13 +16,14 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.polaris.service.catalog;
+package org.apache.polaris.service.catalog.iceberg;
import jakarta.enterprise.context.ApplicationScoped;
import org.apache.polaris.core.context.RealmContext;
+import org.apache.polaris.service.catalog.CatalogPrefixParser;
@ApplicationScoped
-public class DefaultIcebergCatalogPrefixParser implements
IcebergCatalogPrefixParser {
+public class DefaultCatalogPrefixParser implements CatalogPrefixParser {
Review Comment:
Looks like this is not tied to Iceberg. Can we move it up?
--
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]