-
- Downloads
"...git@gitlab.engr.illinois.edu:cs525-sp18-g07/spark.git" did not exist on "07479b3cfb7a617a18feca14e9e31c208c80630e"
[SPARK-15178][CORE] Remove LazyFileRegion instead use netty's DefaultFileRegion
## What changes were proposed in this pull request? Remove LazyFileRegion instead use netty's DefaultFileRegion, since It was created so that we didn't create a file descriptor before having to send the file. ## How was this patch tested? Existing tests Author: Sandeep Singh <sandeep@techaddict.me> Closes #12977 from techaddict/SPARK-15178.
Showing
- common/network-common/src/main/java/org/apache/spark/network/buffer/FileSegmentManagedBuffer.java 1 addition, 1 deletion...apache/spark/network/buffer/FileSegmentManagedBuffer.java
- common/network-common/src/main/java/org/apache/spark/network/buffer/LazyFileRegion.java 0 additions, 111 deletions.../java/org/apache/spark/network/buffer/LazyFileRegion.java
Loading
Please register or sign in to comment