Skip to content

Commit

Permalink
changed comment for readable seekable byte channel class
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Mar 13, 2017
1 parent 33b75b9 commit 97742b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import org.apache.spark.util.Utils

/**
* ArrowReader requires a seekable byte channel.
* NOTE - this is taken from test org.apache.arrow.vector.file, see about moving to public util pkg
* TODO: This is available in arrow-vector now with ARROW-615, to be included in 0.2.1 release
*/
private[sql] class ByteArrayReadableSeekableByteChannel(var byteArray: Array[Byte])
extends SeekableByteChannel {
Expand Down

0 comments on commit 97742b8

Please sign in to comment.