LuciferYang commented on code in PR #40091: URL: https://github.com/apache/spark/pull/40091#discussion_r1111602428
########## sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/ParquetCodecFactory.java: ########## @@ -34,6 +34,8 @@ * This class implements a codec factory that is used when reading from Parquet. It adds a * workaround for memory issues encountered when reading from zstd-compressed files. For * details, see <a href="https://issues.apache.org/jira/browse/PARQUET-2160">PARQUET-2160</a> + * + * TODO: Remove this workaround after upgrading Parquet which include PARQUET-2160. Review Comment: should be `TODO(SPARK-xxx):` -- 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]
