Skip to content

Commit

Permalink
Fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah committed Jun 6, 2019
1 parent c0ffa90 commit c968388
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ private[noop] object NoopTable extends Table with SupportsWrite with SupportsStr
override def name(): String = "noop-table"
override def schema(): StructType = new StructType()
override def capabilities(): util.Set[TableCapability] = Set(
TableCapability.BATCH_WRITE, TableCapability.TRUNCATE, TableCapability.ACCEPT_ANY_SCHEMA).asJava
TableCapability.BATCH_WRITE,
TableCapability.TRUNCATE,
TableCapability.ACCEPT_ANY_SCHEMA).asJava
}

private[noop] object NoopWriteBuilder extends WriteBuilder with SupportsTruncate {
Expand Down

0 comments on commit c968388

Please sign in to comment.