Sign in
◑
Theme
apache
/
iceberg-go
/
HEAD
b9cab8c
ci: pull MinIO images from Quay (#2008)
by Sreesh Maheshwar
· 10 hours ago
main
5be3cc4
fix(table): allocate partition IDs from history (#1988)
by Matt Faltyn
· 20 hours ago
2183736
feat(table): add incremental changelog scan (#1883)
by Minh Vu
· 2 days ago
25b1a81
perf(table): compile metrics modes once (#1991)
by Minh Vu
· 4 days ago
6624765
perf(table): index partition specs by ID (#1910)
by Minh Vu
· 4 days ago
e5c3ca5
perf(rest): fetch remote scan plan tasks concurrently (#1959)
by Minh Vu
· 4 days ago
5b5d11d
perf(manifest): project scan columns during reads (#1972)
by Minh Vu
· 4 days ago
2d02b56
chore: dedup floorDiv (#1998)
by Ferhat Elmas
· 4 days ago
9f1e536
fix(glue): report destination table on rename create failure (#1997)
by jj.lee
· 4 days ago
0e978d2
build(deps): bump the gomod_updates group with 14 updates (#1996)
by dependabot[bot]
· 4 days ago
0e616ec
build(deps): bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 (#1995)
by dependabot[bot]
· 4 days ago
6cfca92
build(deps): bump the codeql-action group with 2 updates (#1994)
by dependabot[bot]
· 4 days ago
5b5eef7
perf(table): reuse partition validation plans across file additions (#1992)
by Minh Vu
· 4 days ago
fc0d468
perf(table): load position deletes lazily per scan task (#1938)
by Minh Vu
· 4 days ago
3020adb
feat(table): variant predicate pushdown and reject variant partition source (#1607)
by Neelesh Salian
· 8 days ago
f988463
feat(table): add RewriteManifests clustering (#1940)
by Minh Vu
· 8 days ago
33e36db
perf(rest): lazy-decode snapshots in commitTableResponse when snapshot-loading-mode=refs (#1956)
by Roli Bhardwaj
· 8 days ago
07b37f1
perf(table): skip metadata builds when Transaction.apply has no new requirements (#1955)
by Minh Vu
· 8 days ago
aa76a28
build(deps): bump google.golang.org/grpc from 1.83.0 to 1.83.1 (#1985)
by dependabot[bot]
· 10 days ago
fc0e6fc
fix(table): resolve dropped equality fields from schema history (#1952)
by Matt Faltyn
· 11 days ago
719394a
perf(table): stream data manifest entries into tasks (#1974)
by Minh Vu
· 11 days ago
8778910
perf(table): flatten manifest entries after parallel reads (#1976)
by Minh Vu
· 11 days ago
1911afc
perf(table): reuse partition projections across planning phases (#1965)
by Minh Vu
· 11 days ago
f25706a
build(deps): bump the gomod_updates group with 11 updates (#1978)
by dependabot[bot]
· 11 days ago
e0eb2e9
build(deps): bump the codeql-action group with 2 updates (#1977)
by dependabot[bot]
· 11 days ago
0d471ed
perf(table): reuse FileIO during local scan planning (#1781)
by Minh Vu
· 11 days ago
d4f3619
perf(table): compute partition residuals for local scan tasks (#1971)
by Minh Vu
· 11 days ago
e67e78e
perf(table): fetch orphan-cleanup manifest lists concurrently (#1969)
by Minh Vu
· 11 days ago
9717828
perf(table): index schemas by ID (#1967)
by Minh Vu
· 11 days ago
a452695
perf(table): skip manifests with no live entries (#1964)
by Minh Vu
· 11 days ago
b28f1ab
perf(table): load equality deletes lazily per scan task (#1963)
by Minh Vu
· 11 days ago
4b3c817
perf(codec): precompute DataFile Avro field indexes (#1962)
by Minh Vu
· 11 days ago
557219b
perf(table): prune equality deletes by data-file metrics (#1960)
by Minh Vu
· 11 days ago
1e1587d
perf(table): split parquet scan tasks by byte range (#1939)
by Minh Vu
· 11 days ago
5e026eb
perf(table): collapse metadata JSON preflight passes (#1933)
by Minh Vu
· 11 days ago
10e323f
perf(table): pre-size positional delete positions (#1923)
by Minh Vu
· 11 days ago
5cbe14b
perf(table): avoid cloning schema history for position_deletes partition IDs (#1920)
by Minh Vu
· 11 days ago
9ab3cd2
perf(rest): cache partition decode plans (#1803)
by Minh Vu
· 11 days ago
fa4c14d
perf(manifest): clone binary partition stats only for new extrema (#1954)
by Minh Vu
· 11 days ago
ef22a7a
perf(internal): pack from end without cloning input (#1953)
by Minh Vu
· 12 days ago
3b68c76
perf(table): resolve only requested equality-delete field paths (#1957)
by Minh Vu
· 12 days ago
e9a0d3b
perf(table): stream projected position-delete reads (#1898)
by Minh Vu
· 12 days ago
67b7d86
feat(table): add delete-file-backed changelog task types (#1897)
by Digvijay
· 12 days ago
387131f
perf(table): speed up bulk schema and partition spec removals (#1930)
by Minh Vu
· 12 days ago
ad748da
feat(io): split io/gocloud into per-cloud backend packages (#1961)
by Badal Prasad Singh
· 12 days ago
f11afa7
test(table): fix TruncateUpperBoundBinary guard for negative width (#1980)
by Andrei Tserakhau
· 12 days ago
7bb0312
perf(table): skip equality-delete filtering for untouched batches (#1900)
by Minh Vu
· 13 days ago
99fa478
perf(transforms): avoid regexp matching in ParseTransform (#1931)
by Minh Vu
· 13 days ago
22f3105
perf(table): avoid per-file partition materialization in partitions metadata (#1914)
by Minh Vu
· 13 days ago
a4c4dcd
perf(dv): add single-position append fast path (#1889)
by Minh Vu
· 13 days ago
ffa9df3
perf(table): borrow manifest partition summaries (#1908)
by Minh Vu
· 13 days ago
295527b
fix(table): trim carried binary upper bounds (#1928)
by Ferhat Elmas
· 13 days ago
38a5b38
perf(table): deduplicate conflict-validation manifest reads (#1904)
by Minh Vu
· 2 weeks ago
0c32656
perf(dv): coalesce shared Puffin range reads (#1906)
by Minh Vu
· 2 weeks ago
94cedde
perf(table): avoid redundant MetadataBuilderFromBase copies (#1932)
by Minh Vu
· 2 weeks ago
778be71
perf(table): avoid full rune allocation for truncated bounds (#1934)
by Minh Vu
· 2 weeks ago
fabd7ba
perf(table): honor row limits during local planning (#1935)
by Minh Vu
· 2 weeks ago
7b2c2f9
perf(table): cache compiled filter and pruning plans (#1936)
by Minh Vu
· 2 weeks ago
c38228d
perf(table): reuse staged schema in UpdateSpec (#1941)
by Minh Vu
· 2 weeks ago
1b1a98f
perf(manifest): fuse partition conversion with Avro remapping (#1942)
by Minh Vu
· 2 weeks ago
0bf8092
perf(table): avoid schema clones in remote wildcard projection (#1944)
by Minh Vu
· 2 weeks ago
801eb97
perf(table): lazily materialize dictionary columns (#1950)
by Minh Vu
· 2 weeks ago
91566b5
perf(table): reuse Parquet schema metadata across file writers (#1949)
by Minh Vu
· 2 weeks ago
f3848aa
perf(table): collect fanout partitions into one slice (#1948)
by Minh Vu
· 2 weeks ago
0454e3f
perf(table): borrow source fields during DataFile finalization (#1945)
by Minh Vu
· 2 weeks ago
3858a68
perf(table): reuse schema fields when resolving sort keys (#1947)
by Minh Vu
· 2 weeks ago
84aaecc
perf(table): borrow partitions in positional delete index (#1915)
by Minh Vu
· 2 weeks ago
b91740f
perf(table): reuse field ID scratch in files metadata (#1919)
by Minh Vu
· 2 weeks ago
ed926c2
perf(table): reuse row-group metrics maps (#1899)
by Minh Vu
· 2 weeks ago
64f75da
perf(table): precompute IN predicate extrema (#1911)
by Minh Vu
· 2 weeks ago
ab14df5
perf(table): cache equality delete field groups (#1902)
by Minh Vu
· 2 weeks ago
aed3143
perf(table): bypass no-op writer schema projection (#1912)
by Minh Vu
· 2 weeks ago
57e0d8b
perf(manifest): remove reflection from partition summary updates (#1895)
by Minh Vu
· 2 weeks ago
1a711b1
perf(dv): serialize deletion vectors in one buffer (#1909)
by Minh Vu
· 2 weeks ago
569794e
fix(updates): decode add-spec and add-sort-order unbound (#1873)
by Tobias Pütz
· 2 weeks ago
69cc679
perf(table): classify manifest entries outside merge lock (#1913)
by Minh Vu
· 2 weeks ago
45ec796
fix(table): reject deleted schema move targets (#1905)
by Matt Faltyn
· 2 weeks ago
3063324
perf(table): avoid cloning schema history for snapshot scans (#1916)
by Minh Vu
· 2 weeks ago
02161c1
perf(table): deduplicate equality-delete conflict partitions (#1917)
by Minh Vu
· 2 weeks ago
f1f16db
perf(table): avoid heap scratch in canonical partition keys (#1921)
by Minh Vu
· 2 weeks ago
b1f7f7c
perf(rest): reuse referenced deletion vectors during scan task decode (#1922)
by Minh Vu
· 2 weeks ago
4a36855
perf(table): borrow remaining DataFile metadata in files tables (#1924)
by Minh Vu
· 2 weeks ago
aa3cefa
fix(transforms): avoid panic in truncateNumber in error path (#1926)
by Ferhat Elmas
· 2 weeks ago
32bce4f
perf(table): skip inactive parquet stats columns (#1918)
by Minh Vu
· 2 weeks ago
ae04772
fix(table): align float partition equality (#1731)
by Minh Vu
· 2 weeks ago
d58cd0f
perf(table): specialize position-delete file path pruning (#1892)
by Minh Vu
· 2 weeks ago
cdbcf6b
perf(table): borrow equality-delete partitions (#1907)
by Minh Vu
· 2 weeks ago
8748cbd
perf(table): borrow DataFile stats in metadata tables (#1896)
by Minh Vu
· 2 weeks ago
252cd5f
perf(table): borrow partition records during scan planning (#1894)
by Minh Vu
· 2 weeks ago
e900b52
refactor(compaction): remove duplicate position delete collector (#1893)
by Ferhat Elmas
· 2 weeks ago
a4d0f55
perf(table): avoid re-extracting filter field IDs per task (#1901)
by Minh Vu
· 2 weeks ago
5cd27e4
feat(table): add explicit default spec/sort-order commit fence (Transaction.AssertDefaultShape) (#1891)
by ryanworl
· 2 weeks ago
eeee8a1
perf(table): reuse position-delete file metadata (#1890)
by Minh Vu
· 2 weeks ago
d9c0341
perf(table): bind partition transforms once (#1768)
by Minh Vu
· 2 weeks ago
572e3f3
fix(table): assert default spec id when the default partition spec changes (#1834)
by ryanworl
· 2 weeks ago
7e0b49e
feat(table,rest): complete server-side scan delegation (Phase 5) (#1857)
by Minh Vu
· 2 weeks ago
5311628
fix(table): fail closed when a partition spec id is not registered (#1855) (#1856)
by Badal Prasad Singh
· 2 weeks ago
fa3cd9b
fix(puffin): read LZ4-compressed footer payloads (#1678)
by Minh Vu
· 2 weeks ago
267f277
perf(table): skip metrics after partition rejection (#1771)
by Minh Vu
· 2 weeks ago
9856ce1
fix(manifest): reject unknown legacy row counts (#1735)
by Minh Vu
· 2 weeks ago
Next »