dongjoon-hyun commented on a change in pull request #23740: [SPARK-26837][SQL]
Pruning nested fields from object serializers
URL: https://github.com/apache/spark/pull/23740#discussion_r254570156
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/GetStructFieldObject.scala
##########
@@ -15,17 +15,16 @@
* limitations under the License.
*/
-package org.apache.spark.sql.execution
+package org.apache.spark.sql.catalyst.expressions
-import org.apache.spark.sql.catalyst.expressions.{Expression, GetStructField}
import org.apache.spark.sql.types.StructField
/**
* A Scala extractor that extracts the child expression and struct field from
a [[GetStructField]].
* This is in contrast to the [[GetStructField]] case class extractor which
returns the field
* ordinal instead of the field itself.
*/
-private[execution] object GetStructFieldObject {
+private[sql] object GetStructFieldObject {
Review comment:
ditto. Remove `private[sql]`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]