sehajsandhu123 commented on PR #26037:
URL: https://github.com/apache/flink/pull/26037#issuecomment-2613073546

   @davidradl 
   The reason for tolerating strings is that 
ConfigurationParserUtils.loadAndModifyConfiguration inherently processes all 
YAML configuration values as strings due to how Configuration.toFileWritableMap 
serializes data using YamlParserUtils.toYAMLString. This results in numeric 
values being wrapped as strings (e.g., '10').
   
   This fix handles this behaviour by removing unnecessary quotes to ensure the 
value is interpreted correctly. Adding an error check here might result in 
false positives, as numeric values are always converted to strings in 
config.yaml
   
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to