Hi, I was trying out kylin with sample-cube example. And when I run "select * from kylin_sales" query, it returns all the values correctly. But when I run "select price from kylin_sales", it returns null in all rows. Price also was coming correctly in first scenario.
One more thing is, first query is pushed down to hive and second one is fetched from cube. And yes, I've enabled pushdown. Please let me know if I'm missing something. Best Regards, Hari
