Skip to content

[Bug][parquet] Read struct(null, null) should return struct(null, null) instead of null #4785

@Zouxxyy

Description

@Zouxxyy

Search before asking

  • I searched in the issues and found nothing similar.

Minimal reproduce step

CREATE TABLE t (i INT, s STRUCT<f1: INT, f2: INT>);
INSERT INTO t VALUES (1, STRUCT(null, null));
SELECT * FROM t;

should return [null, null] instead of null

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions