Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylk committed Nov 8, 2018
1 parent 5e60f38 commit 15dd83e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ private[sql] case class CarbonDescribeFormattedCommand(
("", "", ""),
("## Encoding Information", "", ""))
results ++= getLocalDictDesc(carbonTable, tblProps.toMap)
results ++= Seq("Global Dictionary",
tblProps.getOrElse(CarbonCommonConstants.DICTIONARY_INCLUDE, ""))
results ++= Seq(("Global Dictionary",
tblProps.getOrElse(CarbonCommonConstants.DICTIONARY_INCLUDE, ""), ""))
if (tblProps.contains(CarbonCommonConstants.LONG_STRING_COLUMNS)) {
results ++= Seq((CarbonCommonConstants.LONG_STRING_COLUMNS.toUpperCase,
tblProps.getOrElse(CarbonCommonConstants.LONG_STRING_COLUMNS, ""), ""))
Expand Down

0 comments on commit 15dd83e

Please sign in to comment.