Skip to content

Commit

Permalink
Merge 275a096 into 8e39ee1
Browse files Browse the repository at this point in the history
  • Loading branch information
xubo245 committed Jan 26, 2019
2 parents 8e39ee1 + 275a096 commit fd0885f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ private[sql] case class CarbonDescribeFormattedCommand(
"NO_SORT"
} else {
if (tblProps.contains(CarbonCommonConstants.SORT_SCOPE)) {
tblProps.get(CarbonCommonConstants.SORT_SCOPE).toString
tblProps.get(CarbonCommonConstants.SORT_SCOPE).get
} else {
tblProps
.getOrElse(CarbonCommonConstants.SORT_SCOPE,
Expand Down

0 comments on commit fd0885f

Please sign in to comment.