Hi All, I am not able to create a table with partition column also included in the clustered by clause. create table abc ( col1, col2, col3 ) partitioned by (col3) clustered by (col1,col3) sorted by (col1,col3) into 10 buckets;
fails with : FAILED: Error in semantic analysis: Invalid column reference Any reason why this is the case? Sincerely, Ameet