yuqi1129 commented on PR #12399: URL: https://github.com/apache/gravitino/pull/12399#issuecomment-5252748454
> One thing worth flagging that I found while doing this: the Python client spells the storage properties with underscores where the catalog and the Java client use hyphens, s3_endpoint against s3-endpoint. The old pages had both spellings in different sections without ever saying why. Each page now states it explicitly. The difference in the name for `s3_endpoint` and `s3-endpoint` is that '_' is the normalization for Python, which '-' is for Java; it's by design. -- 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]
