fallintoplace opened a new pull request, #1883: URL: https://github.com/apache/iceberg-go/pull/1883
## What\n\n- Add Table.NewIncrementalChangelogScan.\n- Return insert and delete tasks with change ordinals and commit snapshot IDs.\n- Reuse the existing incremental snapshot and scan filtering behavior.\n- Keep delete-manifest support out for now.\n\n## Tests\n\n- go test ./table -count=1\n- go test ./... -run '^$' -count=1\n- go vet ./...\n- Pinned golangci-lint\n\n## Notes\n\nThis is a draft so we can get feedback on the public task API before adding row-level delete support. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
