bitsail icon indicating copy to clipboard operation
bitsail copied to clipboard

[BitSail][Feature]FakeSource supports decimal precision and scale

Open kyle-hawk opened this issue 2 years ago • 0 comments

Describe the solution you'd like

Subtask of https://github.com/bytedance/bitsail/issues/243

Fake Connector support bigdecimal field, but seems not support specifying precision and scale, like this

    {
      "name": "decimal_type",
      "type": "bigdecimal(9,9)"
    }

this can be useful when we test decimal fields of sink connectors

kyle-hawk avatar Jan 16 '23 08:01 kyle-hawk