Hi Lens Developer, I found the following example in https://github.com/apache/lens/blob/master/lens-examples/src/main/resources/dimension-queries.sql
select * from (cube select sample_dim.name name1, sample_dim2_chain.name name2 from sample_dim where sample_dim.name !='first') a I tested "cube select * " and it didn't work, and the above example shows "select *". What is the difference between "select" and "cube select"? Thanks, -- *Tao Yan* Software Engineer Data Analytics Infrastructure Tools and Services 206.250.5345 [email protected] https://www.linkedin.com/in/taousc
