[
https://issues.apache.org/jira/browse/DRILL-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249939#comment-17249939
]
ASF GitHub Bot commented on DRILL-7094:
---------------------------------------
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]
> UnSupported Bson type: DECIMAL128 Mongodb 3.6 onwards
> -----------------------------------------------------
>
> Key: DRILL-7094
> URL: https://issues.apache.org/jira/browse/DRILL-7094
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - MongoDB
> Affects Versions: 1.15.0
> Reporter: Binod Sarkar
> Priority: Major
> Fix For: 1.19.0
>
>
> DECIMAL128 not working with Mongodb 3.6 onwards. Showing same errorĀ *Error:
> INTERNAL_ERROR ERROR: UnSupported Bson type: DECIMAL128*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)