Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2106#discussion_r178210972
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala
---
@@ -185,6 +185,16 @@ class CarbonSpark2SqlParser extends CarbonDDLSqlParser
{
CarbonDataMapShowCommand(tableIdent)
}
+ /**
+ * The syntax of show datamap is used to show datamaps on the table
+ * REFRESH DATAMAP datamapname ON TABLE tableName
--- End diff --
ok
---