Skip to content

Commit 2fd6911

Browse files
committed
Fixed polyglot types convertion adapter
1 parent 7e66971 commit 2fd6911

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

polyglot/adapter.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"type": "date"
4848
},
4949
"to": {
50-
"type": "string",
50+
"type": "varchar",
5151
"format": "date"
5252
}
5353
},
@@ -56,7 +56,7 @@
5656
"type": "time"
5757
},
5858
"to": {
59-
"type": "string",
59+
"type": "varchar",
6060
"format": "date-time"
6161
}
6262
},
@@ -65,7 +65,7 @@
6565
"type": "timestamp_ltz"
6666
},
6767
"to": {
68-
"type": "string",
68+
"type": "varchar",
6969
"format": "date-time"
7070
}
7171
},
@@ -74,7 +74,7 @@
7474
"type": "timestamp_ntz"
7575
},
7676
"to": {
77-
"type": "string",
77+
"type": "varchar",
7878
"format": "date-time"
7979
}
8080
},
@@ -83,7 +83,7 @@
8383
"type": "timestamp_tz"
8484
},
8585
"to": {
86-
"type": "string",
86+
"type": "varchar",
8787
"format": "date-time"
8888
}
8989
}

0 commit comments

Comments
 (0)