Skip to content

Commit e9cea8d

Browse files
Revert "HCK-11336: fix variant data type conversion to polyglot (#194)" (#196)
This reverts commit cc5d467.
1 parent cc5d467 commit e9cea8d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

polyglot/convertAdapter.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@
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-
}
8979
}
9080
]
9181
}

types/variant.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"name": "variant",
1111
"jsonRoot": true
1212
},
13-
"restrictNormalization": true,
1413
"defaultValues": {
1514
"primaryKey": false,
1615
"mode": "var",

0 commit comments

Comments
 (0)