KanakaKumar commented on a change in pull request #3183: [CARBONDATA-3349] Show
sort_columns for each segment
URL: https://github.com/apache/carbondata/pull/3183#discussion_r281175129
##########
File path:
integration/spark-common/src/main/scala/org/apache/carbondata/api/CarbonStore.scala
##########
@@ -74,7 +80,16 @@ object CarbonStore {
CarbonException.analysisException("Entered limit is not a valid
Number")
}
}
-
+ val (tableDataMap: TableDataMap, readCommitScope: ReadCommittedScope) =
+ if (carbonTable == null) {
Review comment:
carbonTable is never null. Can avoid null check?
----------------------------------------------------------------
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