Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3036#discussion_r244461434
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/GlobalDictionaryUtil.scala
---
@@ -387,7 +382,7 @@ object GlobalDictionaryUtil {
* @param table carbon table identifier
* @param colName user specified column name for predefined dict
* @param colDictPath column dictionary file path
- * @param parentDimName parent dimenion for complex type
+ * @param parentDimName parent dimension for complex type
--- End diff --
Have you check it in the whole project?
---