Github user shardul-cr7 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2986#discussion_r241376148
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonDescribeFormattedCommand.scala
---
@@ -92,7 +92,9 @@ private[sql] case class CarbonDescribeFormattedCommand(
Strings.formatSize(
tblProps.getOrElse(CarbonCommonConstants.CARBON_LOAD_MIN_SIZE_INMB,
CarbonCommonConstants.CARBON_LOAD_MIN_SIZE_INMB_DEFAULT).toFloat), ""),
-
+ ("Carbon Column Compressor ", tblProps
--- End diff --
Changed to "Data File Compressor"
As this is in table properties we are displaying default value.It's same
for other properties also,
---