[GitHub] [carbondata] kunal642 commented on a change in pull request #3374: [CARBONDATA-3496] Maintain the list of TableDataMap based on tableId instead of tableName

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] kunal642 commented on a change in pull request #3374: [CARBONDATA-3496] Maintain the list of TableDataMap based on tableId instead of tableName

GitBox
kunal642 commented on a change in pull request #3374: [CARBONDATA-3496] Maintain the list of TableDataMap based on tableId instead of tableName
URL: https://github.com/apache/carbondata/pull/3374#discussion_r334468109
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java
 ##########
 @@ -318,32 +319,32 @@ public TableDataMap getDefaultDataMap(CarbonTable table) {
    * Get the datamap for reading data.
    */
   public TableDataMap getDataMap(CarbonTable table, DataMapSchema dataMapSchema) {
-    String tableUniqueName =
-        table.getAbsoluteTableIdentifier().getCarbonTableIdentifier().getTableUniqueName();
 
 Review comment:
   Many other places want to use uniqueTableName. There would be too many changes this way

----------------------------------------------------------------
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:
[hidden email]


With regards,
Apache Git Services