cloud-fan commented on code in PR #53120:
URL: https://github.com/apache/spark/pull/53120#discussion_r2548625364
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetRowConverter.scala:
##########
@@ -876,7 +876,10 @@ private[parquet] class ParquetRowConverter(
}
}
- /** Parquet converter for unshredded Variant */
+ // Parquet converter for unshredded Variant.
+ @deprecated("We use this converter when the
`spark.sql.variant.allowReadingShredded` config " +
Review Comment:
This is not a public API and we don't need to use the `deprecated`
annotation. We can just put it as normal code comment.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]