kumarvishal09 commented on a change in pull request #3182: [CARBONDATA-3343] Compaction for Range Sort
URL:
https://github.com/apache/carbondata/pull/3182#discussion_r281188283
##########
File path: core/src/main/java/org/apache/carbondata/core/scan/expression/Expression.java
##########
@@ -33,6 +33,8 @@
protected List<Expression> children =
new ArrayList<Expression>(CarbonCommonConstants.DEFAULT_COLLECTION_SIZE);
+ protected boolean isAlreadyResolved;
Review comment:
Add doc for this variable when isAlreadyResolved will be true
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services