jackylk commented on a change in pull request #3530: [CARBONDATA-3629] Fix
Select query failure on aggregation of same column on MV
URL: https://github.com/apache/carbondata/pull/3530#discussion_r361770632
##########
File path: docs/datamap/mv-datamap-guide.md
##########
@@ -91,7 +91,7 @@ EXPLAIN SELECT a, sum(b) from maintable group by a;
12. NO_INVERTED_INDEX
13. COLUMN_COMPRESSOR
- * All columns of main table at once cannot participate in mv datamap table
creation
+ * Creating MV datamap with select query containing only project of all
columns of maintable is unsupported
Review comment:
Can you add an example to the doc for this unsupported case
----------------------------------------------------------------
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