[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17180 --- 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 ena

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-06-09 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r121238154 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExceptio

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-06-09 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r121237843 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExceptio

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-06-08 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r121021527 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExcept

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-06-08 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r121019600 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExce

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-06-08 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r121019571 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExce

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-05-03 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r114619730 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOException {

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-04-28 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/17180#discussion_r114036088 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -358,10 +358,20 @@ public long spill(long numBytes) throws IOExcept

[GitHub] spark pull request #17180: [SPARK-19839][Core]release longArray in BytesToBy...

2017-03-06 Thread zhzhan
GitHub user zhzhan opened a pull request: https://github.com/apache/spark/pull/17180 [SPARK-19839][Core]release longArray in BytesToBytesMap ## What changes were proposed in this pull request? When BytesToBytesMap spills, its longArray should be released. Otherwise, it may not r