kumarvishal09 commented on a change in pull request #3436: [CARBONDATA-3548]Geospatial Support: Modified to create and load the table with a nonschema dimension sort column. And added InPolygon UDF URL: https://github.com/apache/carbondata/pull/3436#discussion_r357041033
########## File path: processing/src/main/java/org/apache/carbondata/processing/loading/steps/InputProcessorStepWithNoConverterImpl.java ########## @@ -63,6 +64,8 @@ private Map<Integer, GenericDataType> dataFieldsWithComplexDataType; + private RowConverterImpl rowConverter; Review comment: Why InputProcessorStepWithNoConverterImpl need RowConverter its better to call direct interface of index generator because for other columns no need to convert the data ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
