jadami10 opened a new pull request #7165: URL: https://github.com/apache/incubator-pinot/pull/7165
## Description <!-- Add a description of your PR here. A good description should include pointers to an issue or design document, etc. --> This addresses the same issue as #7161 but offers a quick fix first rather than changing the backend response. #7120 added json-bigint parsing which fails on strings. Previously we would just return the string anyway which was handled further down in the code. Unfortunately there's no test files here, so this is just tested by running the controller via quickstart locally. I sent it both working queries and failing queries, and they all return results in the UI now. -- 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]
