Description
Stateless partitioner completely ignores the parallel partition count in partition context (except the first time define partitions is called).
Only the first time when stats are null it takes parallel partition count otherwise it just ignores it and invokes repartition method which does some load based partitioning.
When the operator is parallel partitioned it should either remove or add more instances based on the parallel partition count.