ShreelekhyaG commented on a change in pull request #4222: URL: https://github.com/apache/carbondata/pull/4222#discussion_r717634102
########## File path: integration/spark/src/main/scala/org/apache/carbondata/spark/CarbonOption.scala ########## @@ -84,5 +84,22 @@ class CarbonOption(options: Map[String, String]) { lazy val dateformat: Option[String] = options.get("dateformat") + lazy val SPATIAL_INDEX: Option[String] = options.get("SPATIAL_INDEX") + + lazy val SPATIAL_INDEX_type: Option[String] = options.get("SPATIAL_INDEX.mygeohash.type") Review comment: the options map is already normalized. so, case insensitive values are also accepted. Edited existing testcase with different cases -- 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