From dev-return-16829-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Sun Apr 26 08:16:03 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 51E0418066D for ; Sun, 26 Apr 2020 10:16:02 +0200 (CEST) Received: (qmail 63309 invoked by uid 500); 26 Apr 2020 08:16:01 -0000 Mailing-List: contact dev-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 dev@kylin.apache.org Received: (qmail 63144 invoked by uid 99); 26 Apr 2020 08:16:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Apr 2020 08:16:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8D7FEE2E0C for ; Sun, 26 Apr 2020 08:16:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 0D31A7803DE for ; Sun, 26 Apr 2020 08:16:00 +0000 (UTC) Date: Sun, 26 Apr 2020 08:16:00 +0000 (UTC) From: "wangrupeng (Jira)" To: dev@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KYLIN-4471) Cannot query inner join and left join MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 wangrupeng created KYLIN-4471: --------------------------------- Summary: Cannot query inner join and left join=20 Key: KYLIN-4471 URL: https://issues.apache.org/jira/browse/KYLIN-4471 Project: Kylin Issue Type: Bug Components: Query Engine Reporter: wangrupeng Assignee: wangrupeng Fix For: v4.0.0-beta Attachments: image-2020-04-26-16-15-15-727.png The following two sql cannot be processed. =C2=A0{{SELECT kylin_cal_dt.cal_dt, kylin_sales.price FROM kylin_sales INNE= R JOIN kylin_cal_dt AS kylin_cal_dt ON kylin_sales.part_dt**** =3D kylin_ca= l_dt.cal_dt;}} {{}} =C2=A0{{SELECT seller_id FROM kylin_sales LEFT JOIN kylin_category_grouping= s AS kylin_category_groupings ON kylin_sales.leaf_categ_id =3D kylin_catego= ry_groupings.leaf_categ_id AND kylin_sales.lstg_site_id =3D kylin_category_= groupings.site_id WHERE lstg_format_name=3D'FP-GTC' GROUP BY seller_id LIMI= T 20;}} {{}} !image-2020-04-26-16-15-15-727.png|width=3D1009,height=3D486!{{}} -- This message was sent by Atlassian Jira (v8.3.4#803005)