From dev-return-39628-archive-asf-public=cust-asf.ponee.io@drill.apache.org Wed Jul 18 15:00:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 20161180636 for ; Wed, 18 Jul 2018 15:00:25 +0200 (CEST) Received: (qmail 41434 invoked by uid 500); 18 Jul 2018 13:00:24 -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 41423 invoked by uid 99); 18 Jul 2018 13:00:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2018 13:00:24 +0000 From: GitBox To: dev@drill.apache.org Subject: =?utf-8?q?=5BGitHub=5D_vvysotskyi_commented_on_a_change_in_pull_request_?= =?utf-8?q?=231385=3A_DRILL-6612=3A_Query_fails_with_AssertionError_when_j?= =?utf-8?q?oining_persistent_a=E2=80=A6?= Message-ID: <153191882416.18339.9518415565861012463.gitbox@gitbox.apache.org> Date: Wed, 18 Jul 2018 13:00:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit vvysotskyi commented on a change in pull request #1385: DRILL-6612: Query fails with AssertionError when joining persistent a… URL: https://github.com/apache/drill/pull/1385#discussion_r203368482 ########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SchemaUtilites.java ########## @@ -144,6 +144,11 @@ public static String getSchemaPath(List schemaPath) { return SCHEMA_PATH_JOINER.join(schemaPath); } + /** Utility method to get the list with schema path components for given schema path string. */ + public static List getSchemaPathList(String schemaPath) { Review comment: Thanks, done. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services