yeikel edited a comment on issue #16881: [SPARK-19543] from_json fails when the
input row is empty
URL: https://github.com/apache/spark/pull/16881#issuecomment-451060746
@HyukjinKwon I fixed it. Problem was the string `'[]'` replacing it with
`'{}'` fixed the issue . I am not sure if the f
yeikel edited a comment on issue #16881: [SPARK-19543] from_json fails when the
input row is empty
URL: https://github.com/apache/spark/pull/16881#issuecomment-451060746
@HyukjinKwon I fixed it. Problem was the string `'[]'` replacing it with
'{}' fixed the issue . I am not sure if the fun