javier-nieto-nexplore edited a comment on issue #2355: URL: https://github.com/apache/drill/issues/2355#issuecomment-957223914
Hi @luocooong Tested with admin user an same result, I would say it could be something about collection size. I've just done these tests: 1. silly collection with 1 field -> OK 2. complex collection (flat document) with 10K docs -> OK 3. complex collection (flat doc) with 160K docs -> NPE Update: More test local mongodb with agnostic data from here and there and 100K seems to be the magic number, 99.999 documents collection works, when I add a new doc, it fails at the planning and not even querying the DB. Hope it helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org