jackylk commented on a change in pull request #3606: [CARBONDATA-3688] Add
compressor name in data file name
URL: https://github.com/apache/carbondata/pull/3606#discussion_r383083275
##########
File path:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonDescribeFormattedCommand.scala
##########
@@ -141,11 +141,6 @@ private[sql] case class CarbonDescribeFormattedCommand(
Strings.formatSize(
tblProps.getOrElse(CarbonCommonConstants.CARBON_LOAD_MIN_SIZE_INMB,
CarbonCommonConstants.CARBON_LOAD_MIN_SIZE_INMB_DEFAULT).toFloat),
""),
- ("Data File Compressor ", tblProps
- .getOrElse(CarbonCommonConstants.COMPRESSOR,
- CarbonProperties.getInstance()
Review comment:
explained above
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services