You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/11/26 08:31:41 UTC

[GitHub] [incubator-doris] PeterGZW opened a new issue #4961: decimal value is not valid for definition

PeterGZW opened a new issue #4961:
URL: https://github.com/apache/incubator-doris/issues/4961


   有一字段为initQty   mysql和doris的字段设置都是decimal(19,6)  
   通过stream load json导入的方式,导入一条initQty的值为 9999999999999.999999 进doris后报错:
   decimal value is not valid for definition, column=initQty,value=10000000000000,precision=19,scale=6
   把initQty改成 9999999999999.000000 后可以导入
   
   
   


----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] PeterGZW commented on issue #4961: decimal value is not valid for definition

Posted by GitBox <gi...@apache.org>.
PeterGZW commented on issue #4961:
URL: https://github.com/apache/incubator-doris/issues/4961#issuecomment-734164234


   doris version 0.13.11-release


----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] HappenLee commented on issue #4961: decimal value is not valid for definition

Posted by GitBox <gi...@apache.org>.
HappenLee commented on issue #4961:
URL: https://github.com/apache/incubator-doris/issues/4961#issuecomment-734258005


   It's problem of json scanner, I will try to fix this bug.


----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org