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 4054D17382 for ; Sat, 4 Apr 2015 00:37:33 +0000 (UTC) Received: (qmail 61796 invoked by uid 500); 4 Apr 2015 00:37:33 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 61758 invoked by uid 500); 4 Apr 2015 00:37:33 -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 61748 invoked by uid 99); 4 Apr 2015 00:37:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2015 00:37:33 +0000 Date: Sat, 4 Apr 2015 00:37:33 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2683) SQL type REAL is not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Barclay (Drill) created DRILL-2683: --------------------------------------------- Summary: SQL type REAL is not supported Key: DRILL-2683 URL: https://issues.apache.org/jira/browse/DRILL-2683 Project: Apache Drill Issue Type: Bug Reporter: Daniel Barclay (Drill) The standard SQL type REAL is not supported. Is that really intended? SQL REAL corresponds to Java float as SQL DOUBLE PRECISION corresponds to Java double. -- This message was sent by Atlassian JIRA (v6.3.4#6332)