Skip to content

Commit 15bf04e

Browse files
authored
HCK-12274: fix conversion of json data type into json type in Polyglot (#156)
1 parent 87f90fd commit 15bf04e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

polyglot/convertAdapter.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@
5353
}
5454
}
5555
}
56-
]
56+
],
57+
{
58+
"from": { "type": "json" },
59+
"to": { "mode": "json" }
60+
}
5761
]
5862
},
5963
"add": {

0 commit comments

Comments
 (0)