Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Infering Json Schema Aggressively Drops Nulls #1459

Open
AustinMReppert opened this issue Apr 9, 2023 · 0 comments
Open

Infering Json Schema Aggressively Drops Nulls #1459

AustinMReppert opened this issue Apr 9, 2023 · 0 comments

Comments

@AustinMReppert
Copy link

When a JSON schema is inferred, the approach seems to be discarding null values.

{
"a": null
},
{
"a": null
},
{
"a": null
}

Instead of having one null column with the name "a", no columns are produced.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant