Skip to content

decimal value is not valid for definition #4961

Description

@PeterGZW

有一字段为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 后可以导入

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions