Hi Team, First of all Thanks a lot for building Apache Drill :)
I am working on MongoDB which is sharded manually across four nodes and I want to query it using Drill. I have installed drill in distributed mode on those four nodes and it's using hadoop's zookeeper quorum. I have followed https://drill.apache.org/blog/2014/11/19/sql-on-mongodb/ (Sharded/Sharded with Replica Set) but I am still not able to query mongodb (though it's working for hbase). select * from <MongoTableName>; Returns NULL but, select count(*) from <MongoTableName>; Returns correct row count Could you please guide me from here?
