Skip to content

Commit e03be47

Browse files
HCK-7393: add polyglot adapter for vector data type
1 parent 8f2c9ae commit e03be47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

polyglot/adapter.json

+11
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
"to": {
6666
"mode": "double"
6767
}
68+
},
69+
{
70+
"from": {
71+
"type": "numeric"
72+
},
73+
"to": {
74+
"mode": "float"
75+
},
76+
"parent": {
77+
"type": "vector"
78+
}
6879
}
6980
],
7081
"entity": [["setEntityCompositeKeys", "compositePartitionKey", "primaryKey"]]

0 commit comments

Comments
 (0)