Skip to content
Snippets Groups Projects
Commit 97b3c8fb authored by Jeff Zhang's avatar Jeff Zhang Committed by Sean Owen
Browse files

[SPARK-11226][SQL] Empty line in json file should be skipped

Currently the empty line in json file will be parsed into Row with all null field values. But in json, "{}" represents a json object, empty line is supposed to be skipped.

Make a trivial change for this.

Author: Jeff Zhang <zjffdu@apache.org>

Closes #9211 from zjffdu/SPARK-11226.
parent 3c471885
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment