You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling project (Scala3.2.1-RC2, JVM)
[error] ./test.scala:9:43:ColumnFactory[V, C] is not a legal SAMtype
[error] since it has a member Cwith possibly conflicting bounds C<: ... <:Column[V] &C
[error] columnPath => f(columnPath.toString())
[error] ^
Expectation
Should compile
The text was updated successfully, but these errors were encountered:
Regression found in the Open CB #8414 for mjakubowski84/parquet4s
Compiler version
Fails with 3.2.1-RC2
Works with 3.2.1-RC1
Bisect points to 57f53d0
Might be related to #16049 and it's fix #16070
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: