Sign in
apache
/
arrow-go
/
HEAD
666f8dc
fix(arrow/array): validate union child upper bound (#1043)
by Minh Vu
· 4 days ago
main
5327f57
fix(arrow/scalar): use duration type for units (#1041)
by Minh Vu
· 4 days ago
4b94a0b
fix(arrow/scalar): support same-width time casts (#1040)
by Minh Vu
· 4 days ago
4b93953
fix(flight/flightsql/driver): convert Date32 values (#1039)
by Minh Vu
· 4 days ago
28ffdf0
fix(arrow/array): propagate embedded pointer nullability (#1038)
by Minh Vu
· 4 days ago
8c82d4e
fix(tmpl): report generated output write errors (#1037)
by Minh Vu
· 4 days ago
6d0e70c
fix(parquet/metadata): validate adaptive bloom options (#1033)
by Minh Vu
· 4 days ago
47f989b
fix(parquet/metadata): return page index decode errors (#1032)
by Minh Vu
· 4 days ago
970a12b
fix(parquet/encoding): reject truncated plain boolean data (#1031)
by Minh Vu
· 4 days ago
ecf655d
fix(parquet/schema): reject invalid fixed lengths (#1035)
by Minh Vu
· 5 days ago
46dd24f
fix(parquet/pqarrow): calculate large decimal widths (#1034)
by Minh Vu
· 5 days ago
b1d20a3
fix(arrow/array): validate fixed-size list child lengths (#1019)
by Minh Vu
· 5 days ago
c69c0ec
fix(arrow/scalar): reject negative array lengths (#1024)
by Minh Vu
· 5 days ago
2b2e5c7
fix(arrow/array): skip empty table chunks (#1023)
by Minh Vu
· 5 days ago
f670881
fix(parquet/metadata): reject malformed fixed-width statistics (#1010)
by Minh Vu
· 5 days ago
2ff8884
fix(parquet/file): count repeated skips in logical rows (#1002)
by Minh Vu
· 5 days ago
d8b6170
fix(internal/utils): keep byteReader position after failed seeks (#1005)
by Minh Vu
· 5 days ago
812c829
fix(parquet/compress): allocate uncompressed output for short destinations (#1004)
by Minh Vu
· 5 days ago
edc4921
fix(parquet/compress): avoid closing caller streams for uncompressed wrappers (#1003)
by Minh Vu
· 5 days ago
a163709
fix(arrow/csv): respect timestamp timezones (#1025)
by Minh Vu
· 5 days ago
a2aa767
chore: Bump docker/login-action from 4.4.0 to 4.5.1 (#1030)
by dependabot[bot]
· 5 days ago
1b1f82f
fix(parquet/pqarrow): Change interface name for arrow type on read for extension types (#1028)
by Colton Loftus
· 5 days ago
8c72476
fix(parquet/pqarrow): preserve INT96 timestamps across units (#1006)
by Minh Vu
· 5 days ago
039d0e6
fix(parquet/encoding): reject invalid delta length payloads (#1013)
by Minh Vu
· 5 days ago
c806e6f
fix(parquet/encoding): validate delta binary packed headers (#1012)
by Minh Vu
· 5 days ago
d1c5c07
fix(parquet/encoding): respect declared RLE payload lengths (#1015)
by Minh Vu
· 5 days ago
382eb55
fix(parquet/encoding): bound lazy dictionary growth (#1011)
by Minh Vu
· 5 days ago
c0be13f
fix(parquet/metadata): preserve infinite floating-point statistics (#1007)
by Minh Vu
· 5 days ago
03ce2f4
fix(parquet/encoding): reject invalid delta byte prefixes (#1014)
by Minh Vu
· 5 days ago
7b3abb6
fix(parquet/variant): reject truncated scalar values (#1017)
by Minh Vu
· 5 days ago
a73034c
fix(parquet/file): reject records starting with nonzero repetition levels (#1009)
by Minh Vu
· 5 days ago
0151136
fix(parquet/pqarrow): reject timestamp coercion overflow (#1008)
by Minh Vu
· 5 days ago
bb3f980
fix(parquet/metadata): compare bloom filter caps in bits (#996)
by Minh Vu
· 5 days ago
d08c7b2
fix(arrow/csv): preserve decimal precision (#1022)
by Minh Vu
· 5 days ago
736b184
fix(arrow/array): ignore zero-count union appends (#1026)
by Minh Vu
· 5 days ago
abf9187
fix(arrow/scalar): handle nil child values in run-end scalars (#1001)
by Minh Vu
· 5 days ago
825b3f3
fix(arrow/scalar): allow null extension scalars to keep null storage (#1000)
by Minh Vu
· 5 days ago
e05b7ea
fix(arrow/tensor): default nil dimension names to empty strings (#999)
by Minh Vu
· 5 days ago
7cbcfb9
fix(arrow/ipc): reject NaN minSpaceSavings values (#998)
by Minh Vu
· 5 days ago
50921da
fix(arrow/compute): use is_null/is_not_null in expressions (#997)
by Minh Vu
· 5 days ago
1683b27
fix(parquet): wrap DELTA_BINARY_PACKED deltas at the physical type width (#1027)
by Tom Frank
· 5 days ago
69c2fd5
fix(array): validate binary_view and string_view payloads (#994)
by Minh Vu
· 8 days ago
22bec19
fix(array): validate run-end encoded invariants (#992)
by Minh Vu
· 8 days ago
51bb272
feat(parquet/pqarrow): Read support for extension types / geo (#969)
by Colton Loftus
· 8 days ago
3886c0a
fix(arrow/array): `Resize(0)` on non-empty builder causes memory leak (#995)
by Lucas Valente
· 8 days ago
05a1ee0
fix(array): reject mismatched known null counts during full validation (#993)
by Minh Vu
· 8 days ago
8957d76
docs(parquet): Add thrift generation contribution info (#971)
by Colton Loftus
· 9 days ago
5327234
fix(arrow/array): support zero-column tables (#988)
by Minh Vu
· 9 days ago
7f19ac5
fix: Fix arm64 assembly stack frame manipulation (#984)
by Nick Ripley
· 9 days ago
e25ccd3
fix(parquet): reject truncated scalar bit reads (#944)
by Minh Vu
· 9 days ago
7082f4d
fix(flight/flightsql/example): propagate row iteration errors (#990)
by Minh Vu
· 9 days ago
2bc506a
fix(parquet/variant): handle empty metadata keys (#985)
by Minh Vu
· 9 days ago
bab5810
fix(arrow/flight): avoid blocking after stream cancellation (#989)
by Minh Vu
· 9 days ago
e63018e
fix(arrow/ipc): propagate CLI stream errors (#986)
by Minh Vu
· 9 days ago
5dd4b01
fix(internal/utils): handle reader reset and short peeks (#987)
by Minh Vu
· 9 days ago
16ac2bc
fix(ipc): reject truncated message frames (#991)
by Minh Vu
· 9 days ago
94f73ab
fix: remove superfluous struct field index compare (#970)
by Willem Jan
· 10 days ago
619a368
ci: fix lint on release workflow (#982)
by Matt Topol
· 10 days ago
477eb63
chore: Bump actions/setup-python from 6.3.0 to 7.0.0 (#962)
by dependabot[bot]
· 10 days ago
6bd5c6e
chore: Bump github.com/klauspost/compress from 1.19.0 to 1.19.1 (#966)
by dependabot[bot]
· 10 days ago
03c0779
chore: Bump google.golang.org/grpc from 1.82.0 to 1.82.1 (#965)
by dependabot[bot]
· 10 days ago
9fcf02e
chore: Bump modernc.org/sqlite from 1.53.0 to 1.54.0 (#964)
by dependabot[bot]
· 10 days ago
7902dc4
ci: fix release workflow discussions (#980)
by Matt Topol
· 11 days ago
950ed41
chore(dev/release): filter out non numeric go releases (rc's and beta's) when finding latest go (#968)
by Raúl Cumplido
· 11 days ago
237de00
chore: Bump actions/checkout from 7.0.0 to 7.0.1 (#963)
by dependabot[bot]
· 12 days ago
ca0762e
chore: Bump actions/setup-go from 6.5.0 to 7.0.0 (#961)
by dependabot[bot]
· 12 days ago
c3151ad
feat(parquet/schema): Wire up logical type functionality for writing geo types (#960)
by Colton Loftus
· 12 days ago
0716bc6
chore: bump version number (#959)
by Matt Topol
· 13 days ago
v18.7.0
v18.7.0-rc0
c9791ae
Add `TimestampWithOffset` canonical extension type (#558)
by Lucas Valente
· 14 days ago
621a4ed
fix(array): validate map builder entry lengths (#957)
by Minh Vu
· 14 days ago
ad2fe2b
fix(compute): release temporary arrays in binary view casts (#898)
by Minh Vu
· 14 days ago
8a09b91
fix(array): avoid allocating for ReserveData(0) (#895)
by Minh Vu
· 14 days ago
76109be
fix(compute): handle comparison output offsets (#956)
by Minh Vu
· 14 days ago
1476769
fix(parquet): reject truncated bit-packed batches (#943)
by Minh Vu
· 2 weeks ago
f228f0a
fix(ipc): validate message framing bounds (#955)
by Minh Vu
· 2 weeks ago
936ca0b
fix(arrow): validate timestamp timezones (#952)
by Minh Vu
· 2 weeks ago
6e39220
fix(parquet): handle short input in GetBatchBools (#946)
by Minh Vu
· 2 weeks ago
f7bacb4
fix: repair failing benchmarks and stop bench.sh masking failures (#938)
by Matt Topol
· 2 weeks ago
038c0b4
fix(parquet): return errors for malformed encrypted payloads (#945)
by Minh Vu
· 2 weeks ago
86f155c
fix(parquet): return decompression errors (#954)
by Minh Vu
· 2 weeks ago
4cc24d2
fix(parquet): limit page allocations (#953)
by Minh Vu
· 2 weeks ago
52e43fe
fix(memory): keep allocator ownership across Buffer.Reset (#947)
by Minh Vu
· 2 weeks ago
9a69c7a
fix(flight): reject Basic credentials without a separator (#942)
by Minh Vu
· 2 weeks ago
1394c6e
fix(flight): reject malformed unary bearer headers (#941)
by Minh Vu
· 2 weeks ago
5813406
fix(arrow/scalar): reject negative indices in GetScalar (#940)
by Fredrik Fornwall
· 2 weeks ago
6dc3676
fix(flight/flightsql/example): support dictionary-encoded parameter columns (#936)
by Fredrik Fornwall
· 2 weeks ago
bc67578
fix(avro): decode nullable logical timestamps (#935)
by abir
· 2 weeks ago
818c813
fix(cdata): validate imported array sizes (#931)
by Minh Vu
· 2 weeks ago
0cd5794
feat(parquet/variant): add Metadata.SizeBytes to split a concatenated variant (#939)
by Neelesh Salian
· 2 weeks ago
7505867
fix(array): recursively validate nested arrays (#930)
by Minh Vu
· 3 weeks ago
8da7a2c
fix(scalar): hash list values logically (#928)
by Minh Vu
· 3 weeks ago
adbc4cf
fix(parquet): make column reader cleanup idempotent (#924)
by Minh Vu
· 3 weeks ago
c58f7a6
fix(array): honor struct offsets in constructors and validity masks (#922)
by Minh Vu
· 3 weeks ago
0b04f33
fix(parquet): propagate row-group and page-index write errors (#921)
by Minh Vu
· 3 weeks ago
efc145c
chore: Bump golang.org/x/sys from 0.46.0 to 0.47.0 (#933)
by dependabot[bot]
· 3 weeks ago
8042188
chore: Bump github.com/apache/thrift from 0.22.0 to 0.24.0 (#932)
by dependabot[bot]
· 3 weeks ago
591a9db
chore: Bump golang.org/x/sync from 0.21.0 to 0.22.0 (#934)
by dependabot[bot]
· 3 weeks ago
53a747f
feat(parquet): opt-in streaming reads for large data pages (#880)
by Ruihao Chen
· 3 weeks ago
168951e
fix(array): retain dictionary before replacement (#926)
by Minh Vu
· 3 weeks ago
950bc29
fix(scalar): validate dictionary indices before conversion (#927)
by Minh Vu
· 3 weeks ago
Next »