Skip to content

[adhoc] Arrow error: Json error: Only UTF8 keys supported by JSON MapArray Writer: got Int32' #3546

@rivudhk

Description

@rivudhk

The following query passes SQL and compilation:

CREATE TABLE map_of_int_tbl(
id INT,
c1 MAP<INT, INT> NOT NULL,
c2 MAP<INT, INT>);


CREATE MATERIALIZED VIEW v AS SELECT *
FROM map_of_int_tbl;

But the following ad-hoc query that listens to the output of view v:
SELECT * FROM v;

Produces the following error:
Arrow error: Json error: Only UTF8 keys supported by JSON MapArray Writer: got Int32'

Image

Metadata

Metadata

Assignees

Labels

adhocIssue related to ad hoc query processingbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions