luocooong opened a new pull request #2166: URL: https://github.com/apache/drill/pull/2166
# [DRILL-7820](https://issues.apache.org/jira/browse/DRILL-7820): Not Supporting Mongo DB Name Capital Letters ## Description Previously, we did not support mongo database name in capital letters. Now use a map to support both schema lookup and `MongoScanSpec` definition. 1. Schemas in Drill are case insensitive and stored in lower case, See also `SchemaUtilites#searchSchemaTree`. 2. Must be using origin database name(non-ToLowerCase) to create `MongoScanSpec`. ## Documentation There are no changes visible to the user. ## Testing 1. Ran unit tests associated with the Mongo plugin. 2. Add the `TestMongoDrillIssue`. 3. To-Do : Manual test in real world. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
