Skip to content

Commit

Permalink
prepare for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Jun 16, 2022
1 parent eb29a39 commit 0e19655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ lazy val three = "3.1.2"
lazy val supportedScalaVersions = Seq(twoTwelve, twoThirteen, three)

ThisBuild / organization := "com.github.mjakubowski84"
ThisBuild / version := "2.6.0-SNAPSHOT"
ThisBuild / isSnapshot := true
ThisBuild / version := "2.6.0"
ThisBuild / isSnapshot := false
ThisBuild / scalaVersion := twoThirteen

ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ private class PartitionFilter(partitionedPath: PartitionedPath) extends FilterPr
udp.getUserDefined.getUserDefinedPredicate.keep(partitionValue.asInstanceOf[T])
}

// TODO support In and NotIn

private def applyOperator[T <: Comparable[T]](column: Column[T])(op: Binary => Boolean): Boolean = {
val columnPath = ColumnPath(column.getColumnPath)
val filterType = column.getColumnType
Expand Down

0 comments on commit 0e19655

Please sign in to comment.