Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Jul 23, 2021
1 parent dc9d91c commit bd1945f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.apache.orc.TypeDescription.Category
class OrcTestDataWriter(path: Path, conf: Configuration) {

private[this] val ORC_STRIPE_SIZE = 32L * 1024 * 1024
private[this] val ORC_BLOCK_SIZE = 64L * 1024 * 1024
private[this] val ORC_BLOCK_SIZE = 64L * 1024 * 1024

final def write[T](
schema: TypeDescription,
Expand Down

0 comments on commit bd1945f

Please sign in to comment.