Skip to content

Conversation

@HJLebbink
Copy link
Member

No description provided.

@HJLebbink HJLebbink requested a review from Copilot December 1, 2025 20:34
@HJLebbink HJLebbink self-assigned this Dec 1, 2025
@HJLebbink HJLebbink added the enhancement Used in release doc generation label Dec 1, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces S3 Tables support to the MinIO Rust SDK, implementing a comprehensive Apache Iceberg REST Catalog client with warehouse management, namespace operations, table/view lifecycle, and query planning capabilities.

Key changes:

  • New s3tables module with full Iceberg REST API implementation
  • Builder pattern for all operations with typed-builder support
  • Pluggable authentication (SigV4, Bearer, NoAuth)
  • Performance optimizations (signing key cache, zero-copy streaming, multimap improvements)
  • Enhanced checksum support (CRC32/C, CRC64-NVME, SHA1/256)

Reviewed changes

Copilot reviewed 79 out of 221 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/s3tables/builders/*.rs Request builders for Tables API operations (warehouses, namespaces, tables, views)
src/s3tables/auth.rs Authentication providers for different catalog backends (SigV4, Bearer, NoAuth)
src/s3tables/advanced/*.rs Advanced operations for direct Iceberg metadata manipulation
src/s3/utils.rs Checksum utilities (CRC32/C/64, SHA1/256) for data integrity verification
src/s3/signer.rs Signing key cache for performance optimization
src/s3/client/mod.rs HTTP/2 support, connection pooling, fast-path GET, region lookup skip
src/s3/multimap_ext.rs Optimized header canonicalization (regex removal, pre-allocation)
examples/s3tables/*.rs Example programs and stress tests for Tables API
Comments suppressed due to low confidence (1)

src/s3/client/mod.rs:1

  • This TODO comment in test code should either be addressed or removed. If the test is known to be broken or unnecessary, it should be fixed or deleted rather than left with an unresolved TODO.
// MinIO Rust Library for Amazon S3 Compatible Cloud Storage

@HJLebbink HJLebbink force-pushed the feature/s3tables branch 4 times, most recently from fdd77b6 to 066d0ac Compare December 2, 2025 20:55
@HJLebbink HJLebbink requested a review from Copilot December 2, 2025 20:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 77 out of 231 changed files in this pull request and generated 5 comments.

@HJLebbink HJLebbink force-pushed the feature/s3tables branch 20 times, most recently from 53221cb to 781b702 Compare December 8, 2025 17:55
@HJLebbink HJLebbink force-pushed the feature/s3tables branch 16 times, most recently from e36e0c1 to 1b849d2 Compare December 13, 2025 10:22
@HJLebbink HJLebbink force-pushed the feature/s3tables branch 8 times, most recently from fb5e027 to 19a2eca Compare December 19, 2025 19:54
HJLebbink and others added 3 commits December 22, 2025 19:53
Implements the MinIO S3 Tables API for Iceberg table operations:
- TablesClient for managing warehouses, namespaces, and tables
- Full Iceberg REST catalog API support
- DataFusion integration for query pushdown (optional feature)
- Table scan planning and execution
- Advanced operations: commit, rename, multi-table transactions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Used in release doc generation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant