Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ci: Use SeaweedFS instead of MinIO (#7550) ## Changes Made Since MinIO is no longer open-source, and they seem to have recently pulled their Quay docker images. We should replace with something else. SeaweedFS is a good alternative that seems to support the S3 API to the same degree that we need. --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
main
2 hours ago
Update tests/integration/io/docker-compose/docker-compose.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
slade/use-seaweedfs-integration-tests
2 hours ago
address greptile
slade/use-seaweedfs-integration-tests
3 hours ago
save for now
slade/use-seaweedfs-integration-tests
5 hours ago
fix(sql): normalize SQL function names at registration `modules::config` registers the five IOConfig constructors as `S3Config`, `HTTPConfig`, `AzureConfig`, `GCSConfig` and `TosConfig`, but lookup lowercases the parsed function name first, so the `HashMap` never matched and all five were unreachable under every spelling: SELECT * FROM read_parquet('f.parquet', io_config := S3Config(region_name => 'us-west-2')) -- Function `s3config` not found Lowercasing the key in `add_fn` fixes all five at once. Every other `add_fn` caller already passes a lowercase literal, so no other name changes; the one visible effect is that `list_sql_functions()` now reports `s3config`.
jackylee-ch:sql-reader-default-io-config
5 hours ago
Merge branch 'main' into issue-6901
Lucas61000:issue-6901
9 hours ago
Merge remote-tracking branch 'upstream/main' into parquet-limit-deleted-rows
jackylee-ch:parquet-limit-deleted-rows
15 hours ago
test(iceberg): drop the tautological pyiceberg parity test `to_partition_representation` now calls `datetime_to_micros`/`date_to_days`/ `time_to_micros` directly, so asserting its output equals those same functions is `f(x) == f(x)` — it cannot detect the epoch or unit drift its docstring claimed to catch. `test_to_partition_representation` already covers the same five inputs against hardcoded integers, which is what actually pins them. Also assert `ts` on the Daft read side, not just `x`, and trim the docstring to the one non-obvious mechanism.
jackylee-ch:iceberg-partition-repr-parity
16 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
ci: Use SeaweedFS instead of MinIO
#7550
2 hours ago
012f4a2
slade/use-seaweedfs-integration-tests
CodSpeed Performance Gauge
0%
fix(sql): normalize SQL function names at registration
#7449
6 hours ago
c0f6820
jackylee-ch:sql-reader-default-io-config
CodSpeed Performance Gauge
0%
feat: add Avro file format read/write support
#7009
9 hours ago
7ce7553
Lucas61000:issue-6901
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs