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 2671317FE9 for ; Mon, 23 Feb 2015 01:13:22 +0000 (UTC) Received: (qmail 91817 invoked by uid 500); 23 Feb 2015 01:13:22 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 91786 invoked by uid 500); 23 Feb 2015 01:13:22 -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 91776 invoked by uid 99); 23 Feb 2015 01:13:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 01:13:22 +0000 Date: Mon, 23 Feb 2015 01:13:21 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2246) select from sys.options fails in a weird way when slice_target=1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau updated DRILL-2246: ---------------------------------- Component/s: Execution - Flow Fix Version/s: Future > select from sys.options fails in a weird way when slice_target=1 > ---------------------------------------------------------------- > > Key: DRILL-2246 > URL: https://issues.apache.org/jira/browse/DRILL-2246 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow > Reporter: Victoria Markman > Priority: Minor > Fix For: Future > > > Since this is not supposed to be customer visible option, it's a minor issue. > {code} > alter system set `planner.slice_target` =1; > select * from sys.options order by name; > {code} > {code} > 0: jdbc:drill:schema=dfs> select * from sys.options order by name; > Query failed: RemoteRpcException: Failure while trying to start remote fragment, No suitable constructor found for type [simple type, class org.apache.drill.exec.store.sys.SystemTablePlugin]: can not instantiate from JSON object (need to add/enable type information?) > at [Source: { > "pop" : "hash-partition-sender", > "@id" : 0, > "receiver-major-fragment" : 1, > "child" : { > "pop" : "sys", > "@id" : 1, > "table" : "OPTION", > "plugin" : { > "config" : { > "type" : "SystemTablePluginConfig", > "enabled" : true > }, > "optimizerRules" : [ ] > }, > "cost" : 20.0 > }, > "expr" : "hash(`name`) ", > "destinations" : [ "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTMzLnFhLmxhYhCi8gEYo/IBIKTyAQ==", "ChFhdHNxYTQtMTM0LnFhLmxhYhCi8gEYo/IBIKTyAQ==" ], > "initialAllocation" : 1000000, > "maxAllocation" : 10000000000, > "cost" : 0.0 > }; line: 10, column: 7] [ 3082d365-3bc6-4aeb-bb29-ddd133832cff on atsqa4-134.qa.lab:31010 ] > Error: exception while executing query: Failure while executing query. (state=,code=0) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)