Jackie-Jiang commented on issue #6634: URL: https://github.com/apache/incubator-pinot/issues/6634#issuecomment-789973936
You should see the following `ERROR` log in the server log: `Caught exception while transforming the record: ...` with the exception trace. The reason why double works is because while converting from `" 123"` to numeric value, `Integer.parseInt()` throws exception, but `Double.parseDouble()` works fine. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
