RussellSpitzer commented on issue #16489: URL: https://github.com/apache/iceberg/issues/16489#issuecomment-4503847351
Not a security issue or bug; as designed. Register binds an existing metadata file URI into the catalog. Catalogs that enforce storage policy may reject disallowed schemes or paths; others (e.g. private or dev deployments) may allow file://, hdfs://, or other schemes. That is the catalog’s prerogative, not something the REST schema should hard-code. -- 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]
