Indhumathi27 commented on a change in pull request #3697: [HOTFIX] Refactored 
hive related classes to use constants
URL: https://github.com/apache/carbondata/pull/3697#discussion_r404563047
 
 

 ##########
 File path: 
integration/hive/src/main/java/org/apache/carbondata/hive/MapredCarbonInputFormat.java
 ##########
 @@ -94,8 +95,10 @@ private static void populateCarbonTable(Configuration 
configuration, String path
       // persisted in the schema
       CarbonTable carbonTable;
       AbsoluteTableIdentifier absoluteTableIdentifier = AbsoluteTableIdentifier
-          .from(validInputPath, getDatabaseName(configuration), 
getTableName(configuration));
-      String schemaPath = CarbonTablePath.getSchemaFilePath(validInputPath);
+          .from(configuration.get(hive_metastoreConstants.META_TABLE_LOCATION),
 
 Review comment:
   Looks like `validInputPath` is never used. Please remove this variable

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

Reply via email to