Invalid Arguments. All hash columns must be set if order by clause is present

Hi @Vlad_Koretsky

Not specifying the partitioning-columns (id in this case) will result in cluster-wide full table scan and is an anti pattern. See docs SELECT statement [YCQL] | YugabyteDB Docs.

If this is needed, can you open an issue on github ?