Skip to content

Commit

Permalink
Update parquet-column/src/main/java/org/apache/parquet/column/statist…
Browse files Browse the repository at this point in the history
…ics/Float16Statistics.java

Co-authored-by: Gang Wu <[email protected]>
  • Loading branch information
zhangjiashen and wgtmac authored Sep 27, 2023
1 parent 6b47de8 commit 3dd25a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
import org.apache.parquet.schema.PrimitiveType;
import org.apache.parquet.schema.Types;

public class Float16Statistics extends BinaryStatistics
{
public class Float16Statistics extends BinaryStatistics {
// A fake type object to be used to generate the proper comparator
private static final PrimitiveType DEFAULT_FAKE_TYPE = Types.optional(PrimitiveType.PrimitiveTypeName.BINARY)
.named("fake_binary_float16_type").withLogicalTypeAnnotation(LogicalTypeAnnotation.float16Type());
Expand Down

0 comments on commit 3dd25a9

Please sign in to comment.