Skip to content

Commit

Permalink
update test config add decimal scala
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 committed Nov 10, 2023
1 parent d28c9fa commit 1f079c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ sink{
},
{
field_name = hive_e2e_source_table.decimal_column
field_type = decimal
field_type = "decimal(10,2)"
field_value = [{equals_to = 42.12}]
},
{
field_name = hive_e2e_source_table.numeric_column
field_type = decimal
field_type = "decimal(10,2)"
field_value = [{equals_to = 42.12}]
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sink {
},
{
field_name = c1_decimal
field_type = decimal
field_type = "decimal(4,2)"
field_value = [
{
rule_type = NOT_NULL
Expand Down

0 comments on commit 1f079c7

Please sign in to comment.