Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2658#discussion_r212576753
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonRelation.scala
---
@@ -191,6 +191,14 @@ case class CarbonRelation(
}
}
}
+ else if (carbonTable.isExternalTable) {
--- End diff --
add check in above code for normal table, no need to check for tablestatus
file as extrenal table tablestatus will not be present---
