Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB79218511 for ; Wed, 29 Jul 2015 10:47:31 +0000 (UTC) Received: (qmail 12471 invoked by uid 500); 29 Jul 2015 10:47:31 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 12433 invoked by uid 500); 29 Jul 2015 10:47:31 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 12422 invoked by uid 99); 29 Jul 2015 10:47:31 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 10:47:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C2A65C08EB for ; Wed, 29 Jul 2015 10:47:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.892 X-Spam-Level: * X-Spam-Status: No, score=1.892 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KNRcuAjNzn-q for ; Wed, 29 Jul 2015 10:47:24 +0000 (UTC) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 39972210DF for ; Wed, 29 Jul 2015 10:47:24 +0000 (UTC) Received: by ioea135 with SMTP id a135so17038697ioe.1 for ; Wed, 29 Jul 2015 03:47:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=UynYce0qfcI41CCOpzHmdgd+S455kAc4IAmWR2k+pko=; b=QX9A8JY+d3BsMg6+st0Lfj763Prkm8SupM+UEfLCzUvRRVZuv8/XbsZ9adefZCucGZ L8GekjDjrtpL3FsRRFGyUbb0VORiYSreiM2Ug8rCwM65Oq0cBmj0mRBCCaRnHI/CnSoI FK4y5khsPhUFxagxoAWYhkEXC2iMwWRrf1DNM3aGpTp8JNjJuHwqwLMK/WRjQhNCaIKg 9IMsqh5AL58pGJAh9KRAcwzEHXDlvt128nxUznKnu6qwp5eO5f8syuCEVx6cRJL70nve BtD4ZdFoZgcVp18zd+yHQSPoWQefy6quq/pu8IKjgwU0UY1VYCdNu2eMIY9sYZ8a8SXM Hr0g== X-Gm-Message-State: ALoCoQk+0N9wFPspirxAvYznMVrIO6mKsNdKS1iHyGHBGmhAAPvVp1+TmXc2Kw73aP1c4eoq4u4W MIME-Version: 1.0 X-Received: by 10.107.148.8 with SMTP id w8mr425099iod.116.1438166843594; Wed, 29 Jul 2015 03:47:23 -0700 (PDT) Received: by 10.79.32.80 with HTTP; Wed, 29 Jul 2015 03:47:23 -0700 (PDT) Date: Wed, 29 Jul 2015 17:47:23 +0700 Message-ID: Subject: Execution of query functions. From: Vasiliy Sisko To: dev@ignite.incubator.apache.org Content-Type: multipart/alternative; boundary=001a113fe51ed733db051c014fb7 --001a113fe51ed733db051c014fb7 Content-Type: text/plain; charset=UTF-8 Hello Igniters. I try to execute SqlFieldsQuery with following statement: CALL CSVWRITE('/tmp/test.csv', 'SELECT * FROM WorkedHours') and receive next exception: class org.apache.ignite.IgniteException: Unknown query type: CALL CSVWRITE('/tmp/test.csv', 'SELECT * FROM WorkedHours') That query worked on GridGain 6.x Could we support such queries in Ignite? -- Vasiliy Sisko GridGain Systems www.gridgain.com --001a113fe51ed733db051c014fb7--