HyukjinKwon 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_r254562703
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaPruning.scala
##########
@@ -33,6 +32,8 @@ import org.apache.spark.sql.types.{ArrayType, DataType,
MapType, StructField, St
* SQL column, and a nested Parquet column corresponds to a [[StructField]].
*/
private[sql] object ParquetSchemaPruning extends Rule[LogicalPlan] {
Review comment:
Ditto for execution module as well as of
[SPARK-16964](https://issues.apache.org/jira/browse/SPARK-16964).
----------------------------------------------------------------
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]