Skip to content

Commit

Permalink
typelevel#804 - encoding for Set derivatives as well - test build, 2.…
Browse files Browse the repository at this point in the history
…13 forced changes, compilation issue with toSeq():GenSeq
  • Loading branch information
chris-twiner committed Mar 20, 2024
1 parent 5a01976 commit 365b21f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ lazy val datasetSettings =
mc("frameless.functions.FramelessLit"),
mc(f"frameless.functions.FramelessLit$$"),
dmm("frameless.functions.package.litAggr"),
dmm("org.apache.spark.sql.FramelessInternals.column")
dmm("org.apache.spark.sql.FramelessInternals.column"),
dmm("frameless.TypedEncoder.collectionEncoder")
)
},
coverageExcludedPackages := "org.apache.spark.sql.reflection",
Expand Down

0 comments on commit 365b21f

Please sign in to comment.