Skip to content

Commit

Permalink
mod: HiveClientImpl outputBuffer hive package accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
yhcast0 committed Apr 4, 2024
1 parent a17c340 commit 5e44eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private[hive] class HiveClientImpl(
import HiveClientImpl._

// Circular buffer to hold what hive prints to STDOUT and ERR. Only printed when failures occur.
private val outputBuffer = new CircularBuffer()
private[hive] val outputBuffer = new CircularBuffer()

private val shim = version match {
case hive.v12 => new Shim_v0_12()
Expand Down

0 comments on commit 5e44eef

Please sign in to comment.