Skip to content

Commit

Permalink
[CARBONDATA-265] fix CI. This closes #195
Browse files Browse the repository at this point in the history
  • Loading branch information
gvramana committed Sep 23, 2016
2 parents 699d0a0 + 22b1f14 commit cb4ff07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import org.apache.carbondata.core.carbon.metadata.datatype.{DataType => CarbonTy
class DataFrameFuncs(dataFrame: DataFrame) extends Logging {

/**
* Saves DataFrame as CarbonData files.
*/
* Saves DataFrame as CarbonData files.
*/
def saveAsCarbonFile(parameters: Map[String, String] = Map()): Unit = {
// To avoid derby problem, dataframe need to be writen and read using CarbonContext
require(dataFrame.sqlContext.isInstanceOf[CarbonContext],
Expand Down

0 comments on commit cb4ff07

Please sign in to comment.