Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1729#discussion_r159369485
--- Diff: integration/spark2/src/main/spark2.1/CarbonSessionState.scala ---
@@ -135,6 +136,25 @@ class CarbonSessionCatalog(
sparkSession.sessionState.asInstanceOf[CarbonSessionState].metadataHive
}
+ override def createPartitions(tableName: TableIdentifier,
--- End diff --
move tableName to next line---
