[
https://issues.apache.org/jira/browse/DRILL-7820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cong Luo resolved DRILL-7820.
-----------------------------
Reviewer: Paul Rogers
Resolution: Fixed
> 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
> Assignee: Cong Luo
> Priority: Major
> 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)