Skip to content

Commit 69d2bc7

Browse files
Vitalii4ashackolade-bot
andauthored
HCK-11441: fix conversion of object and array to Polyglot (#198)
Co-authored-by: hackolade-bot <[email protected]>
1 parent 9c98b5c commit 69d2bc7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

polyglot/convertAdapter.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,20 @@
7979
},
8080
{
8181
"from": {
82-
"type": "variant"
82+
"type": "object"
8383
},
8484
"to": {
85-
"type": "binary",
86-
"childType": "blob",
87-
"mode": "variant"
85+
"type": "object",
86+
"subtype": ""
87+
}
88+
},
89+
{
90+
"from": {
91+
"type": "array"
92+
},
93+
"to": {
94+
"type": "array",
95+
"subtype": ""
8896
}
8997
}
9098
]

0 commit comments

Comments
 (0)