[
https://issues.apache.org/jira/browse/DRILL-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817029#comment-16817029
]
Thiago Scodeler commented on DRILL-4307:
----------------------------------------
Hi folks,
I'm facing a similar issue and would like to know if someone can help me?
This is my issue:
https://stackoverflow.com/questions/55661331/how-to-fix-cannot-retrieve-all-fields-mongodb-collection-with-apache-drill-sql
Please, do let me know if Jira is the right place for asking this kind of
support.
Thanks in advance,
Thiago
> new MongoDB BSON record reader breaks _id SELECT-ion
> ----------------------------------------------------
>
> Key: DRILL-4307
> URL: https://issues.apache.org/jira/browse/DRILL-4307
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - MongoDB
> Affects Versions: 1.5.0
> Reporter: Michael Gokhman
> Priority: Major
>
> in Drill 1.4, SELECT-ing an _id results in:
> {code}
> {"$oid":"567ff2697f2310849fea0666"}
> {code}
> as expected.
> however, when working with the master branch, SELECT-ing an _id results in a
> something that looks like a pointer:
> {code}
> [B@3149a…]
> {code}
> This is caused by DRILL-3478, and can be avoided by disabling the new BSON
> record reder:
> {code:sql}
> ALTER SESSION SET store.mongo.bson.record.reader = false
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)