spark git commit: [SPARK-12057][SQL] Prevent failure on corrupt JSON records

2015-12-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.6 4ad08035d -> d509194b8 [SPARK-12057][SQL] Prevent failure on corrupt JSON records This PR makes JSON parser and schema inference handle more cases where we have unparsed records. It is based on #10043. The last commit fixes the failed

spark git commit: [SPARK-12057][SQL] Prevent failure on corrupt JSON records

2015-12-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 437583f69 -> 9d66c4216 [SPARK-12057][SQL] Prevent failure on corrupt JSON records This PR makes JSON parser and schema inference handle more cases where we have unparsed records. It is based on #10043. The last commit fixes the failed