Indhumathi27 commented on a change in pull request #3661: [WIP] Support
materialized view
URL: https://github.com/apache/carbondata/pull/3661#discussion_r396358616
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/listeners/ShowCacheEventListeners.scala
##########
@@ -40,7 +40,7 @@ object ShowCachePreMVEventListener extends
OperationEventListener {
case showTableCacheEvent: ShowTableCacheEvent =>
val carbonTable = showTableCacheEvent.carbonTable
val internalCall = showTableCacheEvent.internalCall
- if (carbonTable.isChildTableForMV && !internalCall) {
+ if (carbonTable.isMaterializedView && !internalCall) {
Review comment:
Show cache is not handled for mv after refactory. Please 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