I am getting some data that seems well formed, except for there are dots in some of the key names.
Basically, something like ip.src seems to be making it fail with a "Field
References must be singular names"
I am using the MapR Packaged Drill 1.2.
I can prove this out with
{"hello":"goodbye", "yousayyes":"isayno"}
works fine but
{"hello.yoko":"goodbye", "yousayyes":"isayno"}
Screams loudly that there is a failure.
Is there a way we could handle dots in the key name on JSON?
John
