I don't think Drill can currently skip bad records (or bad/empty files/directories). These are known issues and afaik are on the roadmap.
-Abhishek On Fri, Oct 16, 2015 at 1:20 PM, John Omernik <[email protected]> wrote: > Hey all, I am working through some JSON files, and have some odd ball > records coming from a dump of mongodb. > > basically I have a field "target" that normally returns an object of nested > data. > > However, in some cases, it returns a string that starts with > "h\u0005\u000t..." and a bunch of other unicode encoded characters. > > Drill sees this as "hey some are strings and some are maps, that's bad" > error... > > Is there a way to just have drill skip records errors to do further > exploration? Anyone run into anything like like this mongo dumps? > > Thanks! > > John >
