Sign in
apache
/
iceberg-go
/
HEAD
f192c8e
fix(manifest): handle lifecycle of the decoder in reader (#766)
by ferhat elmas
· 2 days ago
main
839de5b
fix: nil field Type causes unrecovered panic in MarshalJSON (#765)
by Shubhendu
· 2 days ago
15b0cce
build(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#764)
by dependabot[bot]
· 2 days ago
7602b8b
build(deps): bump the gomod_updates group with 18 updates (#763)
by dependabot[bot]
· 2 days ago
fd7042c
chore: use ubuntu-slim for lightweight jobs (#760)
by Junwang Zhao
· 5 days ago
v0.5.0-rc0
a6f29f2
fix: field id:0 incorrectly rejected as missing by NestedField.UnmarshalJSON (#761)
by Shubhendu
· 5 days ago
95df02c
fix: replace panics with proper error returns (#758)
by Shubhendu
· 6 days ago
b4d620a
feat(rest): add support staged table creation in REST catalog (#754)
by Lovro Mažgon
· 6 days ago
8f3c302
feat(table): add support for merge-on-read delete (#721)
by Alex Normand
· 6 days ago
4da0eae
Revert "ci: replace pull_request_target with pull_request" (#756)
by Kevin Liu
· 7 days ago
19bec10
feat: puffin Reader and Writer (#676)
by Shreyas Mishra
· 8 days ago
aaf207f
chore(ci): add explicit least-privilege workflow permissions (#750)
by Kevin Liu
· 8 days ago
2cb0c30
ci: replace pull_request_target with pull_request (#751)
by Kevin Liu
· 9 days ago
73fa0ad
build(deps): bump the gomod_updates group with 13 updates (#749)
by dependabot[bot]
· 9 days ago
18961c7
feat(hive): Add support for view operations in hvie catalog (#742)
by Dao Thanh Tung
· 9 days ago
db1c682
refactor(io): use the registry pattern for IO schemes (#709)
by Alessandro Nori
· 9 days ago
7b2ea9b
chore: pass writerFactory to newPartitionedFanoutWrite (#743)
by Tobias Pütz
· 12 days ago
1114e38
fix(table): error formatting (#747)
by ferhat elmas
· 12 days ago
67950ca
fix(table): schema map handling (#748)
by Matt Topol
· 12 days ago
2802e5c
fix(io): update sas token behaviour to mimic java implementation (#746)
by jwtryg
· 12 days ago
b7a385a
fix(literals): decimal literal marshalbinary (#745)
by Matt Topol
· 12 days ago
5015fca
(docs) Added steps in README to run unit tests and integration tests (#732)
by Kanthi
· 13 days ago
11b19a6
fix(io/s3): allow s3.signer.uri property; only reject explicit s3.remote-signing-enabled=true (#744)
by Max Kuznetsov
· 13 days ago
beca2e6
fix(manifest): correct v3 manifest-list first row id assigment for row-lineage (#741)
by ferhat elmas
· 13 days ago
a576506
feat: add functions for add and replacing data directly with datafiles (#723)
by Adam Gaddis
· 13 days ago
fc8a1db
(docs) Updated hive operations in README (#740)
by Kanthi
· 14 days ago
072c1ef
feat: Wire V3 snapshot producer to row-lineage state (#728)
by Andrei Tserakhau
· 14 days ago
0d6c10e
CI: Add CodeQL workflow for GitHub Actions security scanning (#734)
by Kevin Liu
· 2 weeks ago
29b349d
infra: set github actions max-parallel to 15 (#733)
by Kevin Liu
· 2 weeks ago
183fde0
fix(io): handle new writer exists error (#726)
by ferhat elmas
· 2 weeks ago
b2b2670
build(deps): bump the gomod_updates group with 2 updates (#725)
by dependabot[bot]
· 2 weeks ago
d99a076
infra: remove explicit GITHUB_TOKEN export from labeler workflow (#730)
by Kevin Liu
· 2 weeks ago
cfab819
feat(table): add support for copy-on-write delete (#718)
by Alex Normand
· 3 weeks ago
a33fb54
refactor: Update Overwrite API to Use Options (#717)
by Alex Normand
· 3 weeks ago
ee1b9f1
fix(table): set current schema to existing schema ID when reusing schema (#712)
by Eren Dursun
· 3 weeks ago
5549258
feat(catalog): initial support for Hive Catalog (#678)
by Kanthi
· 3 weeks ago
53d6708
build(deps): bump the gomod_updates group with 3 updates (#719)
by dependabot[bot]
· 3 weeks ago
c2c1533
feat: table overwrite functionality (#674)
by Arun Donti
· 4 weeks ago
4d74836
fix: explicitly pass purgeRequested=false in DropTable (#707)
by Shubhendu
· 4 weeks ago
293cbb8
fix(table): use proper data file names (#702)
by Matt Topol
· 4 weeks ago
7cfbf23
build(deps): bump the gomod_updates group with 4 updates (#708)
by dependabot[bot]
· 4 weeks ago
564c5e6
fix(table): prevent index out of range error in buildManifestEvaluator (#692)
by Eren Dursun
· 5 weeks ago
c664d7a
feat(ci): enable govet for lint (#706)
by ferhat elmas
· 5 weeks ago
8e46980
chore: clean up pre-commit (#705)
by Matt Topol
· 5 weeks ago
41dc23a
chore: fix the pre-commit config to properly point at golangci-lint url (#704)
by Matt Topol
· 5 weeks ago
8ff2e91
refactor(ci): use staticcheck from golangci-lint (#700)
by ferhat elmas
· 5 weeks ago
0bd8477
fix(table): handle race for key map getter (#699)
by ferhat elmas
· 5 weeks ago
bb72d99
feat(catalog/rest): Adding AuthManager support (#579)
by Alex Stephen
· 5 weeks ago
a76531d
build(deps): bump google.golang.org/api from 0.260.0 to 0.262.0 in the gomod_updates group (#698)
by dependabot[bot]
· 5 weeks ago
3ce3b4b
fix(table): add pagination support to ListNamespaces (#694)
by Sumisha
· 6 weeks ago
5a9607c
fix(table): find min seq correctly from manifest list (#693)
by ferhat elmas
· 6 weeks ago
ad086d2
refactor(iceberg): replace max util with std equivalent (#690)
by ferhat elmas
· 6 weeks ago
c22034a
chore(ci): add simplify into formatters (#689)
by ferhat elmas
· 6 weeks ago
f1a08a2
fix(io): handle leak for error cases of open blob (#688)
by ferhat elmas
· 6 weeks ago
2d3b5b4
fix: support INT32/INT64 physical types for decimal columns (#686)
by Karthic Rao
· 6 weeks ago
c55f73a
fix(table): handle early return for commit (#687)
by ferhat elmas
· 6 weeks ago
22e34f8
fix(table): skip RemoveSnapshotsUpdate when no snapshots to expire (#679)
by Krutika Dhananjay
· 6 weeks ago
c2c31b6
refactor(table): wrap manifest writing into closures (#685)
by ferhat elmas
· 6 weeks ago
c8126e1
build(deps): bump the gomod_updates group with 4 updates (#680)
by dependabot[bot]
· 6 weeks ago
73f27c8
fix(table): no panic in duplicate schema keys (#684)
by ferhat elmas
· 6 weeks ago
b7318e9
fix(table): close underlying counter in manifest creation (#683)
by ferhat elmas
· 6 weeks ago
554fd11
fix: handle missing parent snapshots in ExpireSnapshots (#671)
by Krutika Dhananjay
· 7 weeks ago
a950faa
refactor(table): make PostCommit optional in ExpireSnapshots (#677)
by Krutika Dhananjay
· 7 weeks ago
3063a45
fix(catalog,manifest): handle some ignored errors (#670)
by ferhat elmas
· 7 weeks ago
2731e9e
fix(table): add AssertRefSnapshotID requirements to ExpireSnapshots (#672)
by Krutika Dhananjay
· 7 weeks ago
f5ea01f
build(deps): bump the gomod_updates group with 8 updates (#675)
by dependabot[bot]
· 7 weeks ago
4390ffe
fix(catalog): handle content-type header correctly for fetchToken (#673)
by ferhat elmas
· 8 weeks ago
4a70225
feat(catalog): add WithHeaders function (#652)
by Alex Stephen
· 8 weeks ago
b81fbd8
fix(catalog): ensure we close metadata writers (#666)
by Matt Topol
· 8 weeks ago
1d3320a
fix(table): close writers on error for every exit path (#667)
by ferhat elmas
· 8 weeks ago
9e4a5b7
build(deps): bump the gomod_updates group with 2 updates (#664)
by dependabot[bot]
· 8 weeks ago
bbdb53f
feat(metadata): row lineage tracking (#659)
by Tobias Pütz
· 2 months ago
297fb2c
fix(catalog/rest): do not leak response bodies (#655)
by ferhat elmas
· 2 months ago
8b1f557
chore(arrow): update arrow-go dep (#662)
by Matt Topol
· 2 months ago
7e14af5
build(deps): bump the gomod_updates group across 1 directory with 9 updates (#661)
by dependabot[bot]
· 2 months ago
e270989
fix(manifest): Update method comment for Count (#660)
by Artem Alperin
· 2 months ago
c66aacd
fix data race in yieldDataFiles (#650)
by Vincent Janelle
· 2 months ago
3047a27
feat(types): Support Unknown Type for v3 table spec (#605)
by Dao Thanh Tung
· 2 months ago
f886a24
fix(catalog/sql): handle error for metadata location while dropping view (#648)
by ferhat elmas
· 3 months ago
97e3329
chore(ci): drop backup golangci configuration (#649)
by ferhat elmas
· 3 months ago
d4d08e7
feat(metadata): Add support for source-ids (#651)
by Alex Stephen
· 3 months ago
fb9204c
Add analytics for Iceberg-go (#653)
by Alex Stephen
· 3 months ago
1fbbae4
fix: read updated props when trimming metadata log (#639)
by Shubhendu
· 3 months ago
7939bd9
feat: load view (#640)
by M Alvee
· 3 months ago
c3d4bfc
fix(view): field ID preservation and error handling for RCK compatibility (#647)
by Shubhendu
· 3 months ago
8f032ad
test: benchmark write performance for complex types and many partitions (#643)
by Alex
· 3 months ago
b2f7695
fix(table): handle error in unmarshal of snapshot ref (#646)
by ferhat elmas
· 3 months ago
8130c8c
docs: Update README.md (#641)
by Elton SV
· 3 months ago
8ab7264
build(deps): bump the gomod_updates group with 11 updates (#645)
by dependabot[bot]
· 3 months ago
5edb1e3
feat(view): Implement view metadata builder and UpdateView method in REST catalog (#629)
by Alex Nagel
· 3 months ago
31ca72f
fix: preserve snapshot log history (#638)
by Shubhendu
· 3 months ago
5a4f0de
set header x-amz-content-sha256 before signing (#637)
by M Alvee
· 3 months ago
f20be3e
Align error messages with RCK tests (#636)
by Shubhendu
· 3 months ago
6329b25
fix(catalog/rest): Handle 204 No Content response in doPost for renameTable (#633)
by Ankur Anand
· 3 months ago
d82bdfb
infra: automatically delete head branches after merge (#634)
by Kevin Liu
· 3 months ago
95de183
build(deps): bump the gomod_updates group with 4 updates (#635)
by dependabot[bot]
· 3 months ago
9c5298d
build(deps): bump the gomod_updates group with 14 updates (#632)
by dependabot[bot]
· 3 months ago
b5a57f5
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#631)
by dependabot[bot]
· 3 months ago
a2a2400
infra: notify on github workflow failure (#626)
by Kevin Liu
· 4 months ago
c379072
feat(view): add NewMetadata constructor for views (#620)
by Tobias Pütz
· 4 months ago
Next »