Skip to content

Commit 0f465ad

Browse files
authored
Merge pull request #522 from tapdata/TAP-6476-v1.4.3
fix: TAP-6476 gaussdb transform char type with byte ratio 3
2 parents 7fb1dda + 106e172 commit 0f465ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/huawei-cloud-gaussdb-connector/src/main/resources/spec_gauss_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"to": "TapString",
306306
"byte": "10m",
307307
"defaultByte": 1,
308-
"byteRatio": 1,
308+
"byteRatio": 3,
309309
"fixed": true
310310
},
311311
"character varying[($byte)]": {

0 commit comments

Comments
 (0)