Jackie-Jiang commented on issue #10360: URL: https://github.com/apache/pinot/issues/10360#issuecomment-1450739176
Good question. This behavior is due to how we store key-value pair in JSON index, where value is always appended without quotes. In order to change this, we can consider introducing a new JSON index version, where we put quotes over the value if it is a string. We will keep the current behavior for the current JSON index version for backward compatible -- 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