richardstartin commented on pull request #7819: URL: https://github.com/apache/pinot/pull/7819#issuecomment-1026223193
> Thanks for contributing the fix to the json-path library! > In `JsonFunctions.java` I can still see some method throwing `JsonProcessingException`. Should it be eliminated completely? No, the values may not be valid json, or it may not be possible to stringify. The exceptions not thrown now were thrown because a jsonpath didn’t match the document. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
