wgtmac commented on PR #3124:
URL: https://github.com/apache/parquet-java/pull/3124#issuecomment-2603651578
I just merged it. Thanks @etseidl @emkornfield @gszadovszky!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
wgtmac opened a new pull request, #3134:
URL: https://github.com/apache/parquet-java/pull/3134
### Rationale for this change
If SizeStatistics has omitted level histogram, creating an `SizeStatistics`
will result in a null object which leads to NullPointerException when calling
gette
wgtmac closed issue #3123: Omit level histogram for some max levels without
loss of precision
URL: https://github.com/apache/parquet-java/issues/3123
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
wgtmac commented on code in PR #240:
URL: https://github.com/apache/parquet-format/pull/240#discussion_r1922976399
##
LogicalTypes.md:
##
@@ -599,6 +599,45 @@ optional group variant_shredded (VARIANT) {
}
```
+### GEOMETRY
+
+`GEOMETRY` is used for geometry features in the W
jiayuasu commented on code in PR #240:
URL: https://github.com/apache/parquet-format/pull/240#discussion_r1923171061
##
LogicalTypes.md:
##
@@ -599,6 +599,45 @@ optional group variant_shredded (VARIANT) {
}
```
+### GEOMETRY
+
+`GEOMETRY` is used for geometry features in the
dongjoon-hyun commented on PR #3128:
URL: https://github.com/apache/parquet-java/pull/3128#issuecomment-2603736212
Thank you again, @wgtmac and @Fokko !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
wgtmac commented on PR #3134:
URL: https://github.com/apache/parquet-java/pull/3134#issuecomment-2603738886
@gszadovszky I've created this to include the fix only. Please take a look.
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
wgtmac commented on code in PR #240:
URL: https://github.com/apache/parquet-format/pull/240#discussion_r1922972160
##
LogicalTypes.md:
##
@@ -599,6 +599,45 @@ optional group variant_shredded (VARIANT) {
}
```
+### GEOMETRY
+
+`GEOMETRY` is used for geometry features in the W
wgtmac merged PR #3100:
URL: https://github.com/apache/parquet-java/pull/3100
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@parquet
wgtmac closed issue #3099: NoClassDefFoundError using parquet-cli shaded jar
(building with mvn -Plocal)
URL: https://github.com/apache/parquet-java/issues/3099
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
wgtmac closed issue #3127: Enabled `parquet.hadoop.vectored.io.enabled` by
default
URL: https://github.com/apache/parquet-java/issues/3127
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
wgtmac merged PR #3128:
URL: https://github.com/apache/parquet-java/pull/3128
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@parquet
wgtmac merged PR #3124:
URL: https://github.com/apache/parquet-java/pull/3124
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@parquet
paleolimbot commented on code in PR #240:
URL: https://github.com/apache/parquet-format/pull/240#discussion_r1923067914
##
LogicalTypes.md:
##
@@ -599,6 +599,45 @@ optional group variant_shredded (VARIANT) {
}
```
+### GEOMETRY
+
+`GEOMETRY` is used for geometry features in
gszadovszky commented on code in PR #3126:
URL: https://github.com/apache/parquet-java/pull/3126#discussion_r1922337308
##
parquet-column/src/main/java/org/apache/parquet/column/statistics/SizeStatistics.java:
##
@@ -136,8 +136,10 @@ public SizeStatistics(
List definition
gszadovszky commented on code in PR #3126:
URL: https://github.com/apache/parquet-java/pull/3126#discussion_r1921950827
##
parquet-column/src/main/java/org/apache/parquet/column/statistics/SizeStatistics.java:
##
@@ -136,8 +136,10 @@ public SizeStatistics(
List definition
wgtmac commented on code in PR #3098:
URL: https://github.com/apache/parquet-java/pull/3098#discussion_r1922067091
##
parquet-column/src/main/java/org/apache/parquet/internal/column/columnindex/ColumnIndexBuilder.java:
##
@@ -378,6 +379,11 @@ public > PrimitiveIterator.OfInt
vi
wgtmac commented on code in PR #3126:
URL: https://github.com/apache/parquet-java/pull/3126#discussion_r1921972035
##
parquet-column/src/main/java/org/apache/parquet/column/statistics/SizeStatistics.java:
##
@@ -136,8 +136,10 @@ public SizeStatistics(
List definitionLevel
wgtmac commented on code in PR #3126:
URL: https://github.com/apache/parquet-java/pull/3126#discussion_r1921972035
##
parquet-column/src/main/java/org/apache/parquet/column/statistics/SizeStatistics.java:
##
@@ -136,8 +136,10 @@ public SizeStatistics(
List definitionLevel
clairemcginty commented on code in PR #3098:
URL: https://github.com/apache/parquet-java/pull/3098#discussion_r1922778199
##
parquet-hadoop/src/main/java/org/apache/parquet/filter2/statisticslevel/StatisticsFilter.java:
##
@@ -217,6 +219,70 @@ public > Boolean visit(Contains
co
clairemcginty commented on code in PR #3098:
URL: https://github.com/apache/parquet-java/pull/3098#discussion_r1922778946
##
parquet-column/src/main/java/org/apache/parquet/internal/column/columnindex/ColumnIndexBuilder.java:
##
@@ -378,6 +379,11 @@ public > PrimitiveIterator.Of
clairemcginty commented on code in PR #3098:
URL: https://github.com/apache/parquet-java/pull/3098#discussion_r1922779893
##
parquet-hadoop/src/main/java/org/apache/parquet/filter2/statisticslevel/StatisticsFilter.java:
##
@@ -217,6 +219,70 @@ public > Boolean visit(Contains
co
clairemcginty commented on code in PR #3098:
URL: https://github.com/apache/parquet-java/pull/3098#discussion_r1922782135
##
parquet-hadoop/src/main/java/org/apache/parquet/filter2/statisticslevel/StatisticsFilter.java:
##
@@ -217,6 +219,70 @@ public > Boolean visit(Contains
co
dongjoon-hyun commented on PR #3128:
URL: https://github.com/apache/parquet-java/pull/3128#issuecomment-2602921089
Thank you, @Fokko .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
Fokko merged PR #3131:
URL: https://github.com/apache/parquet-java/pull/3131
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@parquet.
Fokko commented on PR #3129:
URL: https://github.com/apache/parquet-java/pull/3129#issuecomment-2602745345
Arrow 18.0.0 and onward is Java 11+, see
https://arrow.apache.org/docs/18.0/java/install.html
--
This is an automated message from the Apache Git Service.
To respond to the message,
26 matches
Mail list logo