924060929 commented on PR #35727:
URL: https://github.com/apache/doris/pull/35727#issuecomment-2143277401

   `Integer.parseInt` can not process string float string
   
   ```java
   jshell> Integer.parseInt("3.14159")
   |  异常错误 java.lang.NumberFormatException:For input string: "3.14159"
   |        at NumberFormatException.forInputString 
(NumberFormatException.java:67)
   |        at Integer.parseInt (Integer.java:668)
   |        at Integer.parseInt (Integer.java:786)
   |        at (#1:1)
   ```


-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to