Skip to content

Commit

Permalink
Fix MiMa issue (delta-io#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db authored Jan 26, 2022
1 parent 33570c7 commit 1b013ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions project/StandaloneMimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ object StandaloneMimaExcludes {
ProblemFilters.exclude[ReversedMissingMethodProblem]("io.delta.standalone.DeltaLog.getChanges"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("io.delta.standalone.DeltaLog.startTransaction"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("io.delta.standalone.Snapshot.scan"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("io.delta.standalone.DeltaLog.tableExists")
ProblemFilters.exclude[ReversedMissingMethodProblem]("io.delta.standalone.DeltaLog.tableExists"),

// scalastyle:on line.size.limit
// Ignore missing shaded attributes
ProblemFilters.exclude[Problem]("shadedelta.*")

// scalastyle:on line.size.limit
)
}
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.2.1-SNAPSHOT"
ThisBuild / version := "0.4.0-SNAPSHOT"

0 comments on commit 1b013ff

Please sign in to comment.