Hello everyone, I think I've found a bug. I created a test to reproduce it. Basically, it creates two caches, one with *queryParallelization=1* and another one with *queryParallelization=8*. And I compare results from this query *"SELECT ID FROM TEST ORDER BY NULLABLE_VALUE ASC NULLS LAST"* and it fails. Looks like when *queryParallelization > 1* NULLS LAST has no effect.
I'm attaching a test that I wrote to reproduce. SortingByNull.java <http://apache-ignite-users.70518.x6.nabble.com/file/t3058/SortingByNull.java> Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
