From issues-return-15542-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Thu Jan 25 03:51:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 9F411180676 for ; Thu, 25 Jan 2018 03:51:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8F2D1160C4E; Thu, 25 Jan 2018 02:51:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D6F85160C3C for ; Thu, 25 Jan 2018 03:51:09 +0100 (CET) Received: (qmail 69614 invoked by uid 500); 25 Jan 2018 02:51:08 -0000 Mailing-List: contact issues-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list issues@kylin.apache.org Received: (qmail 69574 invoked by uid 99); 25 Jan 2018 02:51:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2018 02:51:08 +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 95E841A0C3C for ; Thu, 25 Jan 2018 02:51:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.911 X-Spam-Level: X-Spam-Status: No, score=-99.911 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id VJBp4Y0WDi9o for ; Thu, 25 Jan 2018 02:51:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A51005FAC9 for ; Thu, 25 Jan 2018 02:51:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AB102E1287 for ; Thu, 25 Jan 2018 02:51:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4BDC1240FE for ; Thu, 25 Jan 2018 02:51:02 +0000 (UTC) Date: Thu, 25 Jan 2018 02:51:02 +0000 (UTC) From: "Billy Liu (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KYLIN-3086) When you load Hive table metadata from server, the intermediate tables should not be loaded. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KYLIN-3086?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Billy Liu resolved KYLIN-3086. ------------------------------ Resolution: Fixed The patch LGTM. Merged at [https://git1-us-west.apache.org/repos/asf?p=3Dky= lin.git;a=3Dcommit;h=3D6346deb9] =C2=A0 With a little refactor:=C2=A0https://git1-us-west.apache.org/repos/asf?p=3D= kylin.git;a=3Dcommit;h=3De03c76a4 > When you load Hive table metadata from server, the intermediate tables sh= ould not be loaded. > -------------------------------------------------------------------------= ------------------- > > Key: KYLIN-3086 > URL: https://issues.apache.org/jira/browse/KYLIN-3086 > Project: Kylin > Issue Type: Improvement > Components: General > Reporter: peng.jianhua > Assignee: peng.jianhua > Priority: Major > Labels: patch > Fix For: v2.3.0 > > Attachments: 0001-KYLIN-3086-When-you-load-Hive-table-metadata-fr= om-se.patch, contain_intermediate_tables.png > > > 1. Load Hive table metadata from tree in 'Data Source' tab; > 2. Choose one database, you will find the intermediate tables are also lo= aded, refer to [^contain_intermediate_tables.png] > I think intermediate tables are the inner tables, which should not be sho= wed to client, so I filter them in the server, please check the patch, than= ks! -- This message was sent by Atlassian JIRA (v7.6.3#76005)