Skip to content

Commit

Permalink
Merge branch 'TRY' of github.com:allwefantasy/streamingpro into TRY
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Mar 19, 2019
2 parents 9b69242 + 3e44b0b commit 3cf4b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object SparkCoreVersion {

object CarbonCoreVersion {
def coreCompatibility(version: String, exactVersion: String) = {
val vs = Seq(Core_2_2_x, Core_2_3_2).map(f => f.coreVersion).toSet
val vs = Seq(Core_2_2_x, Core_2_3_1).map(f => f.coreVersion).toSet
vs.contains(version) || vs.contains(exactVersion)
}
}

0 comments on commit 3cf4b89

Please sign in to comment.