abhioncbr commented on code in PR #11985: URL: https://github.com/apache/pinot/pull/11985#discussion_r1419847374
########## pinot-spi/src/main/java/org/apache/pinot/spi/env/CommonsConfigurationUtils.java: ########## @@ -317,19 +242,57 @@ public static String recoverSpecialCharacterInPropertyValue(String value) { return value.replace("\0\0", ","); } + /** Review Comment: They can use `getList()` without any issue with this change. It's just setting COMMA `,` which results in weird escaping issues and results in failure for values with leading or trailing spaces or whitespace. After certain iterations, I got this working with backward compatibility. -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org