Hi, We are running Kylin 1.6 and successfully build Cube on it. Aggregate queries are running fine But, with non aggregate query we are getting following exception,
org.apache.kylin.rest.exception.InternalErrorException: Not sorted! last: CUSTOMER_ID=0,ORDER_ID=10345,QUANTITY=null ... and other columns. Query used: select ORDERS.STATUS from ORDER_DETAILS as ORDERS limit 5; One more observation, with limit less than 5 even non aggregate queries are also working. Please help us resolving this issue. let us know for any other information. Thanks