Skip to content

Commit

Permalink
100 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jun 19, 2014
1 parent 6387217 commit 656b068
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,10 @@ case class DescribeHiveTableCommand(
val partColumnInfo =
partitionColumns.map(field => (field.getName, field.getType, field.getComment))
results ++=
partColumnInfo ++ Seq(("# Partition Information", "", "")) ++
Seq((s"# ${output.get(0).name}", output.get(1).name, output.get(2).name)) ++ partColumnInfo
partColumnInfo ++
Seq(("# Partition Information", "", "")) ++
Seq((s"# ${output.get(0).name}", output.get(1).name, output.get(2).name)) ++
partColumnInfo
}

if (isExtended) {
Expand Down

0 comments on commit 656b068

Please sign in to comment.