Repository: spark
Updated Branches:
  refs/heads/master 6c6950839 -> 1051ebec7


[SPARK-20783][SQL][FOLLOW-UP] Create ColumnVector to abstract existing 
compressed column

## What changes were proposed in this pull request?

Removed one unused method.

## How was this patch tested?

Existing tests.

Author: Liang-Chi Hsieh <[email protected]>

Closes #19508 from viirya/SPARK-20783-followup.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1051ebec
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1051ebec
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1051ebec

Branch: refs/heads/master
Commit: 1051ebec70bf05971ddc80819d112626b1f1614f
Parents: 6c69508
Author: Liang-Chi Hsieh <[email protected]>
Authored: Wed Oct 25 16:31:58 2017 +0100
Committer: Wenchen Fan <[email protected]>
Committed: Wed Oct 25 16:31:58 2017 +0100

----------------------------------------------------------------------
 .../org/apache/spark/sql/execution/columnar/ColumnAccessor.scala  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1051ebec/sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnAccessor.scala
----------------------------------------------------------------------
diff --git 
a/sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnAccessor.scala
 
b/sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnAccessor.scala
index 445933d..85c36b7 100644
--- 
a/sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnAccessor.scala
+++ 
b/sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnAccessor.scala
@@ -63,9 +63,6 @@ private[columnar] abstract class BasicColumnAccessor[JvmType](
   }
 
   protected def underlyingBuffer = buffer
-
-  def getByteBuffer: ByteBuffer =
-    buffer.duplicate.order(ByteOrder.nativeOrder())
 }
 
 private[columnar] class NullColumnAccessor(buffer: ByteBuffer)


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

Reply via email to