orenccl commented on PR #5713: URL: https://github.com/apache/gravitino/pull/5713#issuecomment-2513538397
Hi @FANNG1, Config uses `java.util.Properties` to load config, and it supports values containing `=`. Please refer to: [Java Documentation - Properties](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html) > would be the two-character key ":=". Line terminator characters can be included using \r and \n escape sequences. Any white space after the key is skipped; if the first non-white space character after the key is '=' or ':', then it is ignored and any white space characters after it are also skipped. **_All remaining characters on the line become part of the associated element string_**; if there are no remaining characters, the element is the empty string "". Once the raw character sequences constituting the key and element are identified, escape processing is performed as described above. -- 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]
