akashrn5 commented on a change in pull request #3121: [CARBONDATA-3287]Remove the validation for same schema in a location and fix drop datamap issue
URL:
https://github.com/apache/carbondata/pull/3121#discussion_r254153718
##########
File path: core/src/main/java/org/apache/carbondata/core/datamap/TableDataMap.java
##########
@@ -80,10 +83,11 @@
/**
* It is called to initialize and load the required table datamap metadata.
*/
- TableDataMap(AbsoluteTableIdentifier identifier, DataMapSchema dataMapSchema,
+ TableDataMap(CarbonTable table, DataMapSchema dataMapSchema,
Review comment:
when the schema is updated. So im checking for columns and then removing the datamap, and creates new datamap for the latest schema, so during that the carbon table im passing will be updated
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services