akashrn5 commented on a change in pull request #3436: [WIP]Geospatial Support: 
Modified to create and load table with invisible dimension sort column
URL: https://github.com/apache/carbondata/pull/3436#discussion_r345017684
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/util/GeoHashDefault.java
 ##########
 @@ -0,0 +1,255 @@
+package org.apache.carbondata.core.util;
+
+import 
org.apache.carbondata.common.exceptions.sql.MalformedCarbonCommandException;
+import org.apache.carbondata.core.constants.CarbonCommonConstants;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+
 
 Review comment:
   please give class level comments and can you please convert all the comments 
to english

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to