Skip to content

Commit 4954af7

Browse files
HCK-11336: add polyglot adapter to convert variant data type (#197)
1 parent e9cea8d commit 4954af7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

polyglot/convertAdapter.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@
7676
"to": {
7777
"hasMaxLength": true
7878
}
79+
},
80+
{
81+
"from": {
82+
"type": "variant"
83+
},
84+
"to": {
85+
"type": "binary",
86+
"childType": "blob",
87+
"mode": "variant"
88+
}
7989
}
8090
]
8191
}

0 commit comments

Comments
 (0)