Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12242#discussion_r59048192
  
    --- Diff: core/src/main/scala/org/apache/spark/io/LZ4BlockInputStream.java 
---
    @@ -90,12 +87,13 @@ public LZ4BlockInputStream(InputStream in, 
LZ4FastDecompressor decompressor, Che
       }
     
       /**
    -   * Create a new instance using {@link XXHash32} for checksuming.
    +   * Create a new instance using {@link net.jpountz.xxhash.XXHash32} for 
checksuming.
        * @see #LZ4BlockInputStream(InputStream, LZ4FastDecompressor, Checksum)
    -   * @see StreamingXXHash32#asChecksum()
    +   * @see net.jpountz.xxhash.StreamingXXHash32#asChecksum()
        */
       public LZ4BlockInputStream(InputStream in, LZ4FastDecompressor 
decompressor) {
    --- End diff --
    
    No reason, please fix it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to