ajantha-bhat 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_r373296382
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java
 ##########
 @@ -578,6 +581,7 @@ public void readFields(DataInput in) throws IOException {
       }
     }
     this.isLocalDictColumn = in.readBoolean();
+    this.indexColumn = in.readBoolean();
 
 Review comment:
   Have you tested compatibility ? If the old version doesn't have this field. 
in.readBoolean() may fail

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