Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B654E17F5F for ; Wed, 18 Mar 2015 20:35:27 +0000 (UTC) Received: (qmail 10400 invoked by uid 500); 18 Mar 2015 20:35:27 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 10342 invoked by uid 500); 18 Mar 2015 20:35:27 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 10330 invoked by uid 500); 18 Mar 2015 20:35:27 -0000 Delivered-To: apmail-incubator-drill-dev@incubator.apache.org Received: (qmail 10322 invoked by uid 99); 18 Mar 2015 20:35:27 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2015 20:35:27 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 2B9EF1D44E5; Wed, 18 Mar 2015 20:35:26 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3220379839931809332==" MIME-Version: 1.0 Subject: Review Request 32214: DRILL-2442: C++ client support for impersonation From: "Parth Chandra" To: "Xiao Meng" , "Alexander zarei" , "Norris Lee" , "Mehant Baid" Cc: "drill" , "Parth Chandra" Date: Wed, 18 Mar 2015 20:35:26 -0000 Message-ID: <20150318203526.392.58288@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Parth Chandra" X-ReviewGroup: drill-git X-ReviewRequest-URL: https://reviews.apache.org/r/32214/ X-Sender: "Parth Chandra" Reply-To: "Parth Chandra" X-ReviewRequest-Repository: drill-git --===============3220379839931809332== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32214/ ----------------------------------------------------------- Review request for drill, Alexander zarei, Mehant Baid, Norris Lee, and Xiao Meng. Repository: drill-git Description ------- Implements a new interface to connect where app can provide a set of user properties. Specifying default schema for the connection is subsumed into this. The previous API is available but deprecated. There is no support for SSL connections at the moment Diffs ----- contrib/native/client/example/querySubmitter.cpp 2b0f000 contrib/native/client/src/clientlib/drillClient.cpp 878dad4 contrib/native/client/src/clientlib/drillClientImpl.hpp d287bfc contrib/native/client/src/clientlib/drillClientImpl.cpp ea3a7ee contrib/native/client/src/include/drill/common.hpp e149ed1 contrib/native/client/src/include/drill/drillClient.hpp 19fec69 Diff: https://reviews.apache.org/r/32214/diff/ Testing ------- Usual test queries on MAc/Linux/Win64 Thanks, Parth Chandra --===============3220379839931809332==--