On Wed, Jul 22, 2015 at 5:35 PM, Jacques Nadeau <[email protected]> wrote:
> So this works:
>
> SELECT CONVERT_TO('[ [1, 2], [3, 4], [5]]' ,'UTF8') AS MYCOL1 FROM
> sys.version;
> +--------------+
> | MYCOL1 |
> +--------------+
> | [B@7e308c04 |
> +--------------+
>
OK. So the difference here is that I had UTF-8 instead of UTF8.
I will file a bug on this anyway since the error is incomprehensible.
