Skip to content

Commit

Permalink
Merge pull request #6 from amarantolaw/patch-1
Browse files Browse the repository at this point in the history
Change mapping of numeric from int to bigint to prevent numeric overflow
  • Loading branch information
acrylJonny authored May 23, 2022
2 parents c3ab8ba + cb56532 commit 91ffc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/arp/implementation/sybase-arp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data_types:
- source:
name: "NUMERIC"
dremio:
name: "integer"
name: "bigint"
- source:
name: "MONEY"
dremio:
Expand Down

0 comments on commit 91ffc18

Please sign in to comment.