Skip to content

Commit

Permalink
ScalaDoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Jan 14, 2025
1 parent dcdab6d commit 865426e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ object ColumnFactory {
implicit val binaryColumnFactory: ColumnFactory[Binary, BinaryColumn] = apply(FilterApi.binaryColumn)
}

/** Translates Parquet4s filter values <b><In</b> to types used by Parquet internally <b>V</b>. <b>V</b> has to be one
/** Translates Parquet4s filter values <b>In</b> to types used by Parquet internally <b>V</b>. <b>V</b> has to be one
* of:
* 1. [[java.lang.Boolean]]
* 1. [[java.lang.Int]]
* 1. [[java.lang.Integer]]
* 1. [[java.lang.Long]]
* 1. [[java.lang.Double]]
* 1. [[java.lang.Float]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package com.github.mjakubowski84.parquet4s

import org.apache.parquet.filter2.predicate.{Statistics, UserDefinedPredicate}

/** Extend this trait in order to build a non-standard filter. <br> <b> Please note! </b> When defining <b>V</b>, use
/** Extend this trait in order to build a non-standard filter. <br> <b>Please note!</b> When defining <b>V</b>, use
* Java types supported by Parquet such as:
* 1. [[java.lang.Boolean]]
* 1. [[java.lang.Int]]
* 1. [[java.lang.Integer]]
* 1. [[java.lang.Long]]
* 1. [[java.lang.Double]]
* 1. [[java.lang.Float]]
Expand Down

0 comments on commit 865426e

Please sign in to comment.