Skip to content

Commit

Permalink
ScalaDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Jan 14, 2025
1 parent 6471b0b commit d74e275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ object ColumnFactory {
* Type used internally by Parquet.
*
* @tparam C
* Type of [[org.apache.parquet.filter2.predicate.Column]] that encodes <b>V</b>
* Type of [[org.apache.parquet.filter2.predicate.Operators.Column]] that encodes <b>V</b>
*/
trait FilterEncoder[-In, V <: Comparable[V], C <: Column[V]] {

Expand Down

0 comments on commit d74e275

Please sign in to comment.