Details
Description
Right now, in our TestSQLContext/TestHiveContext, we use override def numShufflePartitions: Int = this.getConf(SQLConf.SHUFFLE_PARTITIONS, 5) to set SHUFFLE_PARTITIONS. However, we never put it to SQLConf. So, after we use withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> "number"), the number of shuffle partitions will be set back to 200.