Luyuan Zhai created KYLIN-2553:
----------------------------------
Summary: ODBC 1.6 version issue when connecting to Kylin 2.0 beta,
Tableau 10.2
Key: KYLIN-2553
URL: https://issues.apache.org/jira/browse/KYLIN-2553
Project: Kylin
Issue Type: Bug
Affects Versions: v2.0.0
Environment: Windows 7; ODBC driver(32bit,64bit);
Reporter: Luyuan Zhai
In Tableau 10.2, with custom sql, the preview works, but the full query returns
only 1 row with nulls for the following sample query:
select part_dt, sum(price) as total_selled, count(distinct seller_id) as
sellers from kylin_sales group by part_dt order by part_dt
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)