Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Jan 14, 2025
1 parent 865426e commit 6471b0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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
* Java types supported by Parquet such as:
/** 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.Integer]]
* 1. [[java.lang.Long]]
Expand Down

0 comments on commit 6471b0b

Please sign in to comment.