cwsteinbach commented on code in PR #10877:
URL: https://github.com/apache/iceberg/pull/10877#discussion_r1797223415
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1747,7 +1749,9 @@ components:
required: true
description:
A namespace identifier as a single string.
- Multipart namespace parts should be separated by the unit separator
(`0x1F`) byte.
+ Multipart namespace parts should be separated by the namespace
separator as
+ indicated via the /config override `namespace-separator`, which
defaults to the unit separator (`0x1F`) byte.
+ To be compatible with older clients, servers should use both the
advertised separator and `0x1F` as valid separators when decoding namespaces.
Review Comment:
Replace "should" with "must"
--
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]