Description
Currently KeyGroupedPartitioning#partitionValuesOpt is an Option[Seq[InternalRow]]. This is unnecessary since it is always set. This propose to just replace it with Seq[InternalRow]
Currently KeyGroupedPartitioning#partitionValuesOpt is an Option[Seq[InternalRow]]. This is unnecessary since it is always set. This propose to just replace it with Seq[InternalRow]