You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "RAJESH GUPTA (Jira)" <ji...@apache.org> on 2020/12/11 17:46:00 UTC

[jira] [Created] (DRILL-7820) Not Supporting Mongo DB Name Capital Letters

RAJESH GUPTA created DRILL-7820:
-----------------------------------

             Summary: Not Supporting Mongo DB Name Capital Letters
                 Key: DRILL-7820
                 URL: https://issues.apache.org/jira/browse/DRILL-7820
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - MongoDB
    Affects Versions: 1.17.0
            Reporter: RAJESH GUPTA
             Fix For: 1.19.0


Hi,

I successfully connected to Mongo DB using connection string and my mongo DB has some DB name in Capital Letter like "HELLO" and some are small "test".

When I run show databases; command then it show all database but when I execute 

show tables; command using the "use mongo.HELLO" then don't show any tables but when I execute same command using "use mongo.test" then it show all tables. 

And bot database has the same collections.

So, Apache Drill doesn't support if the mongo database name in Capital Letters. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)