Skip to content

Commit

Permalink
Merge f87fca5 into e0743fd
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjmh committed Jun 12, 2019
2 parents e0743fd + f87fca5 commit 1f7e19f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -195,8 +195,7 @@ case class CarbonDatasourceHadoopRelation(
override def unhandledFilters(filters: Array[Filter]): Array[Filter] = new Array[Filter](0)

override def toString: String = {
"CarbonDatasourceHadoopRelation [ " + "Database name :" + identifier.getDatabaseName +
", " + "Table name :" + identifier.getTableName + ", Schema :" + tableSchema + " ]"
"carbondata"
}

override def sizeInBytes: Long = carbonRelation.sizeInBytes
Expand Down

0 comments on commit 1f7e19f

Please sign in to comment.