orenccl opened a new pull request, #5713: URL: https://github.com/apache/gravitino/pull/5713
### What changes were proposed in this pull request? Fix potential parsing error in the `rewrite_config.parse_config_file` function. ### Why are the changes needed? If a configuration line contains multiple '=' characters, the `rewrite_config.parse_config_file` function will throw a `ValueError: too many values to unpack`. This change ensures the function correctly handles lines with multiple '=' characters. ### Does this PR introduce any user-facing changes? No. ### How was this patch tested? Rebuilt the project and tested with configurations containing multiple '=' characters in a single line. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org