Skip to content

Commit 90656f1

Browse files
rahulketchwgtmac
andauthored
Update parquet-column/src/main/java/org/apache/parquet/ValidInt96Stats.java
Co-authored-by: Gang Wu <ustcwg@gmail.com>
1 parent 2df49cb commit 90656f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-column/src/main/java/org/apache/parquet/ValidInt96Stats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static boolean hasValidInt96Stats(String createdBy) {
5050
try {
5151
ParsedVersion version = VersionParser.parse(createdBy);
5252
if ("parquet-mr".equals(version.application)) {
53-
return version.version != null && version.version.compareTo("1.15.0") > 0;
53+
return version.version != null && version.version.compareTo("1.16.0") > 0;
5454
}
5555
if ("parquet-mr compatible Photon".equals(version.application)) {
5656
return true;

0 commit comments

Comments
 (0)