hortonworks-spark / spark-llap

Apache License 2.0
101 stars 68 forks source link

Strict json writer support #258

Open mazar opened 5 years ago

mazar commented 5 years ago

What changes were proposed in this pull request?

Add StrictJsonWriter support for streaming to allow complex types.

How was this patch tested?

Was manually tested in a high volume environment (300 million records per day in a table with 100 columns, half of them complex types.)

mazar commented 5 years ago

fix for issue #255