Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-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 DD3F118B71 for ; Sun, 25 Oct 2015 16:01:55 +0000 (UTC) Received: (qmail 38579 invoked by uid 500); 25 Oct 2015 16:01:53 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 38473 invoked by uid 500); 25 Oct 2015 16:01:53 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spark.apache.org Received: (qmail 38462 invoked by uid 99); 25 Oct 2015 16:01:53 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Oct 2015 16:01:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A9D6F1A277E for ; Sun, 25 Oct 2015 16:01:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CbxCrikfe0UV for ; Sun, 25 Oct 2015 16:01:52 +0000 (UTC) Received: from mail-ig0-f196.google.com (mail-ig0-f196.google.com [209.85.213.196]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 09E432165B for ; Sun, 25 Oct 2015 16:01:52 +0000 (UTC) Received: by igbhv6 with SMTP id hv6so6847054igb.2 for ; Sun, 25 Oct 2015 09:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=8e/EsO8t/TYLgxJg+/A/UfEM24HVNX2SMMNHu+jo0kI=; b=C+f2yvUZazDuEit5Q7JoQ06os0sb7q9HSW1yDqPWLvOCUDVvsZXLw4Kk1ZxNOJwXa5 5x+W4dTwH9Xfb8cMY3p0TubdvQODUCr+ke7XorFYjX4m3xyIjTzj09b+Ii5iKgTaVyHi +88r03hZd3Q7EA4K56WCBO1cgd6OJWzaSoivH+A+SXIQTdKot+yhaRVVa8L0lqe9VRwV kkxOSe/YCj5gonZfvThcu8acsv9vj+19cYvYNBTuA9Oa3jpg5wPN14LHGiB5Rm1AdDAE cySu0vGDaHcyuEg2AGaynzbJ8VERw0p1oOZomk934PhSjEsFgiCc+bL4FRvCVzx9mnGE PqEQ== X-Received: by 10.50.73.137 with SMTP id l9mr14603440igv.85.1445788911339; Sun, 25 Oct 2015 09:01:51 -0700 (PDT) MIME-Version: 1.0 Sender: sshagun.sodhani@gmail.com Received: by 10.107.29.129 with HTTP; Sun, 25 Oct 2015 09:01:31 -0700 (PDT) From: Shagun Sodhani Date: Sun, 25 Oct 2015 21:31:31 +0530 X-Google-Sender-Auth: mtInyi_xVE7rZReXETnmZ4JLp3Y Message-ID: Subject: Adding support for truncate operator To: dev@spark.apache.org Content-Type: multipart/alternative; boundary=089e013a22687b11ce0522eff665 --089e013a22687b11ce0522eff665 Content-Type: text/plain; charset=UTF-8 Hi! I noticed that SparkSQL does not support truncate operator as of now. Can we add it? I am willing to send over a PR for it --089e013a22687b11ce0522eff665 Content-Type: text/html; charset=UTF-8
Hi! I noticed that SparkSQL does not support truncate operator as of now. Can we add it? I am willing to send over a PR for it
--089e013a22687b11ce0522eff665--