rajeshguptaiiitm opened a new pull request #2128: URL: https://github.com/apache/drill/pull/2128
DRILL-7094: UnSupported Bson type: DECIMAL128 Mongodb 3.6 onwards # [DRILL-7094](https://issues.apache.org/jira/browse/DRILL-7094): UnSupported Bson type: DECIMAL128 Mongodb 3.6 onwards ## Description Handling the Decimal128 by converting into Double. ## Documentation Now Bson Decimal128 type will be handled for the SQL queries and Show the result in double value. ## Testing (Created a Document in Mongo DB with field of Decimal128 type and executing a SQL query using Apache Drill and it return the results. Previously there was a error unsupported Bson Type.) ---------------------------------------------------------------- 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]
