Github user ssriniva123 commented on the issue: https://github.com/apache/drill/pull/518 I have a similar data set checked in. Hope that is good enough. On Fri, Oct 7, 2016 at 10:00 AM, Paul Rogers <notificati...@github.com> wrote: > Base data set: > > { "p": 1, "a": { "x": 10, "y": 20, "z": 30 }, "b": 50, "c": 60 } > { "p": 2, "a": { "x": 11, "y": 21, "z": 31 }, "b": 51, "c": 61 } > { "p": 3, "a": { "x": 12, "y": 22, "z": 32 }, "b": 52, "c": 62 } > { "p": 4, "a": { "x": 13, "y": 23, "z": 33 }, "b": 53, "c": 63 } > { "p": 5, "a": { "x": 14, "y": 24, "z": 34 }, "b": 54, "c": 64 } > { "p": 6, "a": { "x": 15, "y": 25, "z": 35 }, "b": 55, "c": 65 } > > Create various errors: > > { "p": 2x, "a": { "x": 11, "y": 21, "z": 31 }, "b": 51, "c": 61 } > > and > > { "p": 2, "a": { "x": 11x, "y": 21, "z": 31 }, "b": 51, "c": 61 } > > And so on. > > In running the tests, I consistently saw that only the second (bad) row > was omitted. Other rows properly appeared, and no partial row appeared. > > â > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/drill/pull/518#issuecomment-252306011>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/ABsaH1IiZY7CSrdvx17MdDLrIyMFizqeks5qxnrDgaJpZM4IzZkt> > . >
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---