Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1097#discussion_r124216604
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
 ---
    @@ -358,7 +358,17 @@ case class LoadTable(
           LOGGER.audit(s"Data loading failed. table not found: 
$dbName.$tableName")
           sys.error(s"Data loading failed. table not found: 
$dbName.$tableName")
         }
    -
    +    
LOGGER.info("----------"+relation.metaData.carbonTable.getAbsoluteTableIdentifier.getTablePath
 +
    +                CarbonCommonConstants.FILE_SEPARATOR + "/Metadata/" +
    +                
relation.metaData.carbonTable.getCarbonTableIdentifier.getTableId)
    +    FileFactory.createNewFile(
    --- End diff --
    
    Move this code of creating a table id file at the time of table creation


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to