You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/03/03 18:53:11 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6634: JSON Ingestion: Int parse of String with leading spaces is failing, and failing silently

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org