Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: liurenjie1024 <liurenjie2008@gmail.com>
  • Loading branch information
liurenjie1024 committed Jul 8, 2024
1 parent 6bcb39a commit f5836c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ object DumpUtils extends Logging {
class ParquetDumper(private val outputStream: OutputStream, table: Table) extends HostBufferConsumer
with AutoCloseable {
private[this] val tempBuffer = new Array[Byte](128 * 1024)
// private[this] val buffers = mutable.Queue[(HostMemoryBuffer, Long)]()

def this(path: String, table: Table) = {
this(new FileOutputStream(path), table)
Expand Down

0 comments on commit f5836c8

Please sign in to comment.