chrislusf opened a new pull request, #3778:
URL: https://github.com/apache/iceberg-python/pull/3778

   Adds SeaweedFS to the configuration docs in two places:
   
   - A SeaweedFS entry under Common Integrations and Examples: SeaweedFS table 
buckets serve an Iceberg REST catalog for table metadata while the table bucket 
stores the table data as Parquet files behind the same S3 gateway, so one 
config block covers catalog and FileIO.
   - A SeaweedFS section under FileIO next to the other S3-compatible stores, 
since plain SeaweedFS buckets work with the existing S3FileIO / PyArrowFileIO.
   
   The example configuration is verified directly against PyIceberg 0.10.0 and 
the current SeaweedFS release with exactly the properties shown (no region 
needed): create_namespace, create_table, append, scan round trip, drop_table, 
drop_namespace. SeaweedFS also runs PyIceberg-based Iceberg CI suites on every 
pull request: https://github.com/seaweedfs/seaweedfs/tree/master/test/s3tables


-- 
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]

Reply via email to