Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1A5C181F5 for ; Sun, 24 Jan 2016 09:58:39 +0000 (UTC) Received: (qmail 4645 invoked by uid 500); 24 Jan 2016 09:58:39 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 4613 invoked by uid 500); 24 Jan 2016 09:58:39 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 4597 invoked by uid 99); 24 Jan 2016 09:58:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 09:58:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C04B72C0453 for ; Sun, 24 Jan 2016 09:58:39 +0000 (UTC) Date: Sun, 24 Jan 2016 09:58:39 +0000 (UTC) From: "Michael Gokhman (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4307) new MongoDB BSON record reader breaks _id SELECT-ion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Michael Gokhman created DRILL-4307: -------------------------------------- Summary: 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 in Drill 1.4, SELECT-ing an _id results in: {code} {"$oid":"567ff2697f2310849fea0666"}=20 {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=E2=80=A6] {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 =3D false {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)