You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/09/10 10:45:23 UTC

[GitHub] [carbondata] manishnalla1994 commented on a change in pull request #3368: [CARBONDATA-3507] Fix Create Table As Select Failure in Spark-2.3

manishnalla1994 commented on a change in pull request #3368: [CARBONDATA-3507] Fix Create Table As Select Failure in Spark-2.3
URL: https://github.com/apache/carbondata/pull/3368#discussion_r322673071
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonFileMetastore.scala
 ##########
 @@ -568,7 +568,7 @@ class CarbonFileMetastore extends CarbonMetaStore {
         val tableLocation = catalogTable.storage.locationUri match {
           case tableLoc@Some(uri) =>
             if (tableLoc.get.isInstanceOf[URI]) {
 
 Review comment:
   Done.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services