Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression in apply-config-from-env.py (apache#9097)
### Motivation Fix the regression that introduced in apache#8709 In apache#8709, if values contain spaces, the value will be wrapped as "value", this will introduce break changes while users already have some configs with the value that contains spaces, so this PR is reverting this change. If users want to ensure some values are processed as a group, they should use `export key=\"value\"` instead of implicitly adding `""` when encountering spaces
- Loading branch information