Skip to content

Commit

Permalink
fixed failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal642 committed Feb 11, 2020
1 parent 586aac5 commit 7471f26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ case class CarbonLoadDataCommand(
FileFactory.mkdirs(metadataDirectoryPath)
}
} else {
carbonLoadModel.setSegmentId(System.currentTimeMillis().toString)
carbonLoadModel.setSegmentId(System.nanoTime().toString)
}
val partitionStatus = SegmentStatus.SUCCESS
val columnar = sparkSession.conf.get("carbon.is.columnar.storage", "true").toBoolean
Expand Down

0 comments on commit 7471f26

Please sign in to comment.