You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean R. Owen (Jira)" <ji...@apache.org> on 2021/03/31 15:26:00 UTC

[jira] [Updated] (SPARK-34904) Old import of LZ4 package inside CompressionCodec.scala

     [ https://issues.apache.org/jira/browse/SPARK-34904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean R. Owen updated SPARK-34904:
---------------------------------
    Priority: Minor  (was: Major)

> Old import of LZ4 package inside CompressionCodec.scala 
> --------------------------------------------------------
>
>                 Key: SPARK-34904
>                 URL: https://issues.apache.org/jira/browse/SPARK-34904
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.4.0, 3.1.1
>            Reporter: Michal Zeman
>            Priority: Minor
>
> This commit should upgrade the version of the LZ4 package: [https://github.com/apache/spark/commit/b78cf13bf05f0eadd7ae97df84b6e1505dc5ff9f] 
> The dependency was changed. However, inside the file [CompressionCodec.scala |https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/io/CompressionCodec.scala] the old import referencing net.jpountz.lz4 (where versions up to 1.3. are held) remains. 
> Because of probably backward compatibility, the newer version of org.lz4 package still contains net.jpountz.lz4 ([https://github.com/lz4/lz4-java/tree/master/src/java/net/jpountz/lz4)]. Therefore this import does not cause problems at a first sight. 
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org