Skip to content

Commit 91ffc18

Browse files
authored
Merge pull request #6 from amarantolaw/patch-1
Change mapping of numeric from int to bigint to prevent numeric overflow
2 parents c3ab8ba + cb56532 commit 91ffc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/arp/implementation/sybase-arp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data_types:
6868
- source:
6969
name: "NUMERIC"
7070
dremio:
71-
name: "integer"
71+
name: "bigint"
7272
- source:
7373
name: "MONEY"
7474
dremio:

0 commit comments

Comments
 (0)