Skip to content

bug: iceberg cli list namespaces exception #127

@subkanthi

Description

@subkanthi
@token GET v1/namespaces
2026-03-11 20:24:36 [39210872-36] ERROR c.a.i.r.c.i.r.RESTCatalogServlet > @token GET v1/namespaces
java.lang.NumberFormatException: Cannot parse null string
	at org.apache.iceberg.rest.CatalogHandlers.paginate(CatalogHandlers.java:114) [2 skipped]
	at org.apache.iceberg.rest.CatalogHandlers.listNamespaces(CatalogHandlers.java:148)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogAdapter.handle(RESTCatalogAdapter.java:120)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogMiddlewareConfig.handle(RESTCatalogMiddlewareConfig.java:33)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogMiddlewareTableConfig.handle(RESTCatalogMiddlewareTableConfig.java:33)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogMiddlewareCredentials.handle(RESTCatalogMiddlewareCredentials.java:62)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogMiddlewareTableCredentials.handle(RESTCatalogMiddlewareTableCredentials.java:40)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogServlet.handle(RESTCatalogServlet.java:139)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogServlet.doGet(RESTCatalogServlet.java:177)
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogAuthorizationHandler.next(RESTCatalogAuthorizationHandler.java:84) [6 skipped]
	at com.altinity.ice.rest.catalog.internal.rest.RESTCatalogAuthorizationHandler.handle(RESTCatalogAuthorizationHandler.java:54)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions