HyukjinKwon commented on a change in pull request #29067:
URL: https://github.com/apache/spark/pull/29067#discussion_r463383396



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnStats.scala
##########
@@ -32,7 +32,7 @@ private[columnar] class ColumnStatisticsSchema(a: Attribute) 
extends Serializabl
   val schema = Seq(lowerBound, upperBound, nullCount, count, sizeInBytes)
 }
 
-private[columnar] class PartitionStatistics(tableSchema: Seq[Attribute]) 
extends Serializable {
+private[sql] class PartitionStatistics(tableSchema: Seq[Attribute]) extends 
Serializable {

Review comment:
       We can actually remove `private[sql]` since `execution` package itself 
is meant to be private (as of SPARK-16964)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to