-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslayer-apiAn issue involving the vizier API layerAn issue involving the vizier API layer
Milestone
Description
What pain point is this feature intended to address? Please describe.
When importing JSON data, if schema inference fails, an unhelpful error message appears.
Vizier tries to get the corrupted records field out of the JSON data, but if schema inference fails, it's the ONLY field being exported. Spark does not allow queries over ONLY the corrupted record field, so we get an error message about that
Describe the solution you'd like
It would be more helpful to get an error message to the effect of 'your JSON data is bogus, and I can't infer a schema... maybe try turning on multiline imports?'
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslayer-apiAn issue involving the vizier API layerAn issue involving the vizier API layer