Sign in
apache
/
parquet-java
/
HEAD
2c9fbb3
Revert "GH-3574: Statistics.toParquetStatistics always set null_count(#3575)" (#3688)
by Fokko Driesprong
· 3 days ago
master
ed6aa05
MINOR: Verify LICENSE and NOTICE in published JARs (#3689)
by Kevin Liu
· 3 days ago
24ee4d3
PARQUET: Include license files in packaged JARs (#3686)
by Kevin Liu
· 3 days ago
15fdfc1
chore: Update copyright year in NOTICE file (#3685)
by Kevin Liu
· 3 days ago
83c2c80
GH-3618: Ban JUnit4 imports (#3681)
by Eduard Tudenhoefner
· 8 days ago
a52c34b
GH-3618 Migrate parquet-hadoop to JUnit5 (#3676)
by Eduard Tudenhoefner
· 8 days ago
49843ee
[maven-release-plugin] prepare for next development iteration
by Fokko Driesprong
· 10 days ago
5e2ad09
[maven-release-plugin] prepare release apache-parquet-1.18.0-rc1
by Fokko Driesprong
· 10 days ago
apache-parquet-1.18.0-rc1
cc73e0f
Revert "[maven-release-plugin] prepare release apache-parquet-1.18.0-rc1"
by Fokko Driesprong
· 10 days ago
0162a4e
[maven-release-plugin] prepare release apache-parquet-1.18.0-rc1
by Fokko Driesprong
· 10 days ago
387113a
[maven-release-plugin] prepare for next development iteration
by Fokko Driesprong
· 10 days ago
7949145
[maven-release-plugin] prepare release apache-parquet-1.18.0-rc1
by Fokko Driesprong
· 10 days ago
07812b9
Fix CI due to silent merge conflict with AssertJ migration (#3677)
by Eduard Tudenhoefner
· 10 days ago
82414e2
GH-3618: Migrate multiple modules to JUnit5 (#3673)
by Eduard Tudenhoefner
· 10 days ago
f1c18d8
GH-3652: Use assertThat checks in parquet-hadoop tests (#3666)
by Eduard Tudenhoefner
· 10 days ago
9eabc56
GH-3671: Keep files readable when they use future logical types (#3669)
by Kevin Liu
· 11 days ago
390b90d
GH-3615: Use assertThat checks in parquet-format-structures/parquet-encoding/parquet-thrift tests (#3650)
by Eduard Tudenhoefner
· 13 days ago
b6fb9e2
GH-3615: Use assertThat checks in parquet-column tests (#3664)
by Eduard Tudenhoefner
· 13 days ago
87c6685
GH-3652: Use assertThat checks in parquet-cli tests (#3661)
by Eduard Tudenhoefner
· 14 days ago
3da694f
GH-3652: Use assertThat checks in parquet-avro tests (#3660)
by Eduard Tudenhoefner
· 14 days ago
7a8ea6c
GH-3652: Use assertThat checks in parquet-common tests (#3654)
by Eduard Tudenhoefner
· 14 days ago
fa5045d
Set up default protection ruleset for default and release branches (#3563)
by The Apache Software Foundation
· 2 weeks ago
5922bf4
Fix CI caused by a silent merge conflict (#3665)
by Eduard Tudenhoefner
· 2 weeks ago
f954a72
GH-3652: Use assertThat checks in parquet-plugins/parquet-protobuf tests (#3653)
by Eduard Tudenhoefner
· 2 weeks ago
6e17502
MINOR: Fix VariantUtil.getByte() Javadoc copied from getShort() (#3649)
by Anas Khan
· 2 weeks ago
09bd186
MINOR: Fix withLogicalTypeAnnotation Javadoc @return description (#3648)
by Anas Khan
· 2 weeks ago
d676501
GH-3644: Handle NoClassDefFoundError in DynMethods (#3645)
by Eduard Tudenhoefner
· 2 weeks ago
5e14d7c
GH-3637: Fix corrupt output when reusing a dictionary writer across row groups after fallback (#3638)
by Eduard Tudenhoefner
· 2 weeks ago
5c360ff
GH-3659: Throw IAE when dealing with odd-length/invalid hex string in Parquet CLI (#3642)
by Eduard Tudenhoefner
· 2 weeks ago
2a87957
Add SECURITY.md (#3643)
by emkornfield
· 2 weeks ago
8e4f571
PARQUET-3459: Per column compression (#3526)
by mengna-lin
· 2 weeks ago
06ed267
GH-3596: Add `RowRanges.Builder` for incremental construction from selected row indices (#3597)
by Peter Toth
· 2 weeks ago
fd840fb
Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 (#3658)
by dependabot[bot]
· 2 weeks ago
8298c77
Bump jackson.version from 2.22.0 to 2.22.1 (#3656)
by dependabot[bot]
· 3 weeks ago
263038a
Bump com.google.api.grpc:proto-google-common-protos from 2.72.0 to 2.73.0 (#3657)
by dependabot[bot]
· 3 weeks ago
b25bf1e
GH-3530: Optimize PLAIN with direct ByteBuffer I/O (#3565)
by Ismaël Mejía
· 3 weeks ago
5cb0ef6
MINOR: Fix PrimitiveStringifier class Javadoc (#3651)
by Anas Khan
· 3 weeks ago
3dfe504
GH-3621: Replace the previous field in the queue instead of appending to the queue (#3622)
by Nathanael Law
· 3 weeks ago
95250a9
GH-3475: Fix parquet-vector compatiblity with Java > 17 (#3476)
by Ismaël Mejía
· 3 weeks ago
02337f2
Bump org.apache:apache from 38 to 39 (#3646)
by dependabot[bot]
· 3 weeks ago
ea349cd
GH-3615: Replace @Test(expected=...) with assertThatThrownBy() checks (#3636)
by Eduard Tudenhoefner
· 3 weeks ago
59a688f
GH-3615: Use assertThat checks in parquet-variant tests (#3617)
by Eduard Tudenhoefner
· 3 weeks ago
1e33384
GH-3639: Don't drop row groups for IN(..., null) when num_nulls is not set (#3640)
by Eduard Tudenhoefner
· 3 weeks ago
053a851
Restrict trigger push branch for GitHub Workflow (#3641)
by Aurélien Pupier
· 4 weeks ago
cf81fa2
GH-3615: Introduce AssertJ for testing (#3616)
by Eduard Tudenhoefner
· 4 weeks ago
f0030bd
GH-3625: Compute dataSize correctly when dealing with duplicate keys (#3626)
by Eduard Tudenhoefner
· 4 weeks ago
75aed28
GH-3628: prevent NPE & unclosed releaser (#3629)
by Eduard Tudenhoefner
· 4 weeks ago
52c0a5e
Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2 (#3635)
by dependabot[bot]
· 4 weeks ago
0b1da61
GH-3542: Fix `LocalInputFile` `ByteBuffer` read methods (#3543)
by André Rouél
· 5 weeks ago
a7b28bb
GH-3618: Upgrade JUnit4 to JUnit 5.14.4 (#3619)
by Eduard Tudenhoefner
· 5 weeks ago
071a841
PARQUET-2249: Add IEEE-754 total order and nan count for floating types (#3393)
by Gang Wu
· 5 weeks ago
b8b86e0
GH-3585: Fix DataPageHeaderV2.num_nulls=-1 when column statistics are disabled (#3586)
by Keuin
· 5 weeks ago
cd2572d
GH-3598: Expose `getRowRanges(int)` (#3599)
by Peter Toth
· 5 weeks ago
ec1b866
Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.4.0 (#3630)
by Eduard Tudenhoefner
· 5 weeks ago
6129423
GH-3627: Add missing onAppend() to VariantBuilder#appendUUIDBytes (#3624)
by Eduard Tudenhoefner
· 5 weeks ago
8db1c67
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0 (#3623)
by dependabot[bot]
· 5 weeks ago
393727e
GH-3632: Fix record-level notIn evaluation (#3631)
by Gang Wu
· 5 weeks ago
aaff5db
GH-3489: Fix Binary.copy() for direct ByteBuffer-backed values (#3490)
by André Rouél
· 6 weeks ago
f280d55
Bump com.fasterxml.jackson.core:jackson-annotations from 2.21 to 2.22 (#3604)
by dependabot[bot]
· 6 weeks ago
ff06a26
Bump jackson.version from 2.21.4 to 2.22.0 (#3605)
by dependabot[bot]
· 6 weeks ago
4a31240
Simplify CI: collapse codec matrix and add zstd coverage (#3580)
by Ismaël Mejía
· 6 weeks ago
f60fe81
MINOR: Remove Java 8 direct buffer cleaner path (#3591)
by Aaron Niskode-Dossett
· 6 weeks ago
9a34da8
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.4 to 2.22.0 (#3606)
by dependabot[bot]
· 6 weeks ago
63aebcc
GH-3574: Statistics.toParquetStatistics always set null_count(#3575)
by Mahdi Dibaiee
· 6 weeks ago
65884b5
Bump com.google.api.grpc:proto-google-common-protos (#3602)
by dependabot[bot]
· 6 weeks ago
e09e169
Bump com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-11 (#3613)
by dependabot[bot]
· 7 weeks ago
05fa1a3
Bump protobuf.version from 4.35.0 to 4.35.1 (#3612)
by dependabot[bot]
· 7 weeks ago
7469faa
Bump parquet-format to 2.13.0 (#3611)
by Gang Wu
· 7 weeks ago
65f7ade
GH-3398: Fix potential ClassLoader leak caused by ThreadLocal lambda in Binary (#3447)
by YangJie
· 7 weeks ago
9d9ddca
Bump jackson.version from 2.21.3 to 2.21.4 (#3594)
by dependabot[bot]
· 8 weeks ago
e090dfe
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4 (#3593)
by dependabot[bot]
· 8 weeks ago
d7acd21
Bump com.github.siom79.japicmp:japicmp-maven-plugin (#3592)
by dependabot[bot]
· 8 weeks ago
7a3e742
Bump org.apache:apache from 37 to 38 (#3564)
by dependabot[bot]
· 9 weeks ago
fb5d512
GH-3572: Bump Apache Thrift to 0.23.0 (#3589)
by Steve Loughran
· 9 weeks ago
dc3f1ac
GH-3587: Fix `parquet.thrift.string.size.limit` validation (#3588)
by Divjot Arora
· 9 weeks ago
23b0fe5
Bump protobuf.version from 4.34.1 to 4.35.0 (#3582)
by dependabot[bot]
· 9 weeks ago
b8f3330
GH-3573: Fix VariantUtil string decoding to use explicit UTF-8 charset (#3576)
by Mikhail Melnik
· 9 weeks ago
8931c1c
Bump com.github.siom79.japicmp:japicmp-maven-plugin (#3583)
by dependabot[bot]
· 9 weeks ago
cc15242
Bump com.github.luben:zstd-jni from 1.5.7-8 to 1.5.7-9 (#3581)
by dependabot[bot]
· 9 weeks ago
7be05b4
Optimizing Variant read path with lazy caching (#3481)
by Neelesh Salian
· 2 months ago
9428487
GH-3484: Eliminate per-page heap allocation for CRC32 (#3485)
by André Rouél
· 2 months ago
3e05546
Fix `ByteBuffer` handling in `VariantUtil` and `VariantBuilder` (#3472)
by Robert Yokota
· 3 months ago
c7e7acb
GH-3482: parquet-hadoop tests to work behind a web proxy (#3483)
by alexeyroytman
· 3 months ago
e440cff
Bump actions/stale from 9 to 10 (#3527)
by dependabot[bot]
· 3 months ago
b9c11af
GH-3414: Add parseJson to VariantBuilder for JSON-to-Variant conversion (#3415)
by gaurav7261
· 3 months ago
28593d5
GH-3451: Add JMH benchmark for variants (#3452)
by Steve Loughran
· 3 months ago
492b686
Bump com.google.api.grpc:proto-google-common-protos (#3553)
by dependabot[bot]
· 3 months ago
69947b9
Bump com.github.siom79.japicmp:japicmp-maven-plugin (#3554)
by dependabot[bot]
· 3 months ago
d70b8ed
MINOR: Fix Spotless formatting in TestCompressionCodec (#3551)
by Russell Spitzer
· 3 months ago
ce1d3da
GH-3545: Update pom.xml SCM URLs to parquet-java (#3546)
by Russell Spitzer
· 3 months ago
26fa353
GH-3261: Fix integer overflow in CapacityByteArrayOutputStream (#3525)
by Anupam Yadav
· 3 months ago
9b56a12
GH-3497: Fix thread-unsafe singleton in `DefaultValuesWriterFactory` (#3498)
by André Rouél
· 3 months ago
b38a6f9
GH-3478: Fix LZ4_RAW heap decompression (#3486)
by Anupam Yadav
· 3 months ago
2346fdb
GH-3464: Improve `DeltaByteArrayWriter.writeBytes` (#3465)
by André Rouél
· 3 months ago
e251102
Bump com.github.luben:zstd-jni from 1.5.7-7 to 1.5.7-8 (#3541)
by dependabot[bot]
· 3 months ago
eb8c0d1
Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#3528)
by dependabot[bot]
· 3 months ago
5eabf45
Bump jackson.version from 2.21.2 to 2.21.3 (#3538)
by dependabot[bot]
· 3 months ago
c34123f
GH-3112: Fix reading of proto Uint32Value (#3113)
by 0x26res
· 3 months ago
53d7842
GH-3457: Validate column index for null_pages/null_counts contradiction (#3458)
by Chungmin Lee
· 3 months ago
8ec46d2
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#3434)
by dependabot[bot]
· 3 months ago
Next »