dremio-oss icon indicating copy to clipboard operation
dremio-oss copied to clipboard

Fix mixed schema / JsonWriter issue

Open real-james opened this issue 5 years ago • 0 comments

In some circumstances when dealing with mixed schema, an exception can result where the code generator attempts to give a UnionHolder to the write function in JsonWriter.

It seemed reasonable for it to work in this manner, so I merely added the expected overload.

I didn't find a clean way to write null without having it be typed in this manner -- thoughts?

real-james avatar Oct 08 '19 04:10 real-james