Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into feat/rint-bround
cmirandavega:feat/rint-bround
6 hours ago
fix(sql): remove unused noqa comment to fix ruff RUF100 Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
jiangxt2:fix/doris-connectorx-fallback
12 hours ago
fix(sql): add missing type annotations to fix mypy errors - Add Any, Engine imports for type annotations - Annotate __getstate__/__setstate__ with dict[str, Any] - Add return type Engine | None to _get_or_create_engine - Add type: ignore[import-untyped] for pymysql import - Add assert engine is not None guard for type narrowing Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
jiangxt2:fix/sql-engine-caching
12 hours ago
perf(sql): cache SQLAlchemy engine with thread-safe double-checked locking Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
jiangxt2:fix/sql-engine-caching
12 hours ago
fix(sql): fall back to SQLAlchemy on ConnectorX COM_STMT_PREPARE failure Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
jiangxt2:fix/doris-connectorx-fallback
12 hours ago
Merge remote-tracking branch 'origin/main' into fix/doris-connectorx-fallback # Conflicts: # daft/datasets/lerobot.py
jiangxt2:fix/doris-connectorx-fallback
13 hours ago
Merge remote-tracking branch 'origin/main' into fix/sql-engine-caching # Conflicts: # daft/datasets/lerobot.py
jiangxt2:fix/sql-engine-caching
13 hours ago
fix(sql): use quantileExact for ClickHouse partition percentile computation ClickHouse does not support the standard SQL PERCENTILE_DISC function. Use quantileExact() instead for exact percentile computation when calculating partition boundaries in read_sql(). quantileExact is preferred over quantile() (which uses reservoir sampling) because quantile(0)/quantile(1) are not guaranteed to equal the true min/max — this would cause silent row loss at partition boundaries (col >= bound_0 AND col <= bound_last). Other dialects continue to use the standard PERCENTILE_DISC WITHIN GROUP syntax. Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
jiangxt2:fix/clickhouse-percentile
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: add rint and bround math functions
#7222
6 hours ago
0011d5d
cmirandavega:feat/rint-bround
CodSpeed Performance Gauge
0%
fix(sql): fall back to SQLAlchemy on ConnectorX COM_STMT_PREPARE failure
#7303
12 hours ago
003874c
jiangxt2:fix/doris-connectorx-fallback
CodSpeed Performance Gauge
0%
perf(sql): cache SQLAlchemy engine with thread-safe double-checked locking
#7305
12 hours ago
a0b46c2
jiangxt2:fix/sql-engine-caching
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs