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 BE99017ED3 for ; Wed, 15 Oct 2014 22:51:55 +0000 (UTC) Received: (qmail 30633 invoked by uid 500); 15 Oct 2014 22:51:55 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 30606 invoked by uid 500); 15 Oct 2014 22:51:55 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 30597 invoked by uid 99); 15 Oct 2014 22:51:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 22:51:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Oct 2014 22:51:54 +0000 Received: (qmail 25768 invoked by uid 99); 15 Oct 2014 22:51:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 22:51:34 +0000 Date: Wed, 15 Oct 2014 22:51:34 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1540) Provide a fallback data format in case Drill is unable to determine one MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Hanifi Gunes created DRILL-1540: ----------------------------------- Summary: Provide a fallback data format in case Drill is unable to determine one Key: DRILL-1540 URL: https://issues.apache.org/jira/browse/DRILL-1540 Project: Apache Drill Issue Type: Improvement Reporter: Hanifi Gunes Drill determines data format looking at the extension. Currently we don't have a fallback data format in case we are unable to determine one - if for instance data file has no extension. In such cases `table not found` exception is thrown. This JIRA proposes specifying a fallback data format per workspace. Workspace level data format fallback should cover major use cases. -- This message was sent by Atlassian JIRA (v6.3.4#6332)