ajantha-bhat commented on a change in pull request #3787:
URL: https://github.com/apache/carbondata/pull/3787#discussion_r486266977
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonLateDecodeStrategy.scala
##########
@@ -89,7 +104,7 @@ private[sql] class CarbonLateDecodeStrategy extends
SparkStrategy {
try {
pruneFilterProject(
l,
-
projects.filterNot(_.name.equalsIgnoreCase(CarbonCommonConstants.POSITION_ID)),
Review comment:
Because these position id should not be removed always, it has to be
removed only in certain conditions (example, when `isPositionIDRequested`
property is not set)
Inside this `getRequestedColumns` will take care of removing it based on
conditions.
----------------------------------------------------------------
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]