Skip to content

Commit

Permalink
fix scalastyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Mar 16, 2019
1 parent 8c38d04 commit 81d7d4a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -111,7 +111,6 @@ object CarbonStore {
} else {
(-1L, -1L)
}

} else {
// for batch segment, we can get the data size from table status file directly
(if (load.getDataSize == null) -1L else load.getDataSize.toLong,
Expand Down

0 comments on commit 81d7d4a

Please sign in to comment.