Indhumathi27 commented on a change in pull request #4205:
URL: https://github.com/apache/carbondata/pull/4205#discussion_r691842474



##########
File path: docs/spatial-index-guide.md
##########
@@ -91,6 +91,15 @@ Note:
 | SPATIAL_INDEX.xxx.conversionRatio | Conversion factor. It allows user to 
translate longitude and latitude to long. For example, if the data to load is 
longitude = 13.123456, latitude = 101.12356. User can configure conversion 
ratio sub-property value as 1000000, and change data to load as longitude = 
13123456 and latitude = 10112356. Operations on long is much faster compared to 
floating-point numbers.|
 | SPATIAL_INDEX.xxx.class | Optional user custom implementation class. Value 
is fully qualified class name.|
 
+### Load/Insert
+Load/Insert with no geoId column, then geoId will be generated internally.
+```
+insert into source_index select 1,116.285807,40.084087;
+```
+Insert with custom geoId

Review comment:
       can mention load with custom geo Id is supported or not




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to