Closed andrewgazelka closed 2 weeks ago
Comparing andrew/connect-config
(a3c6037) with main
(f290f40)
⚡ 1
improvements
❌ 2
regressions
✅ 14
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
andrew/connect-config |
Change | |
---|---|---|---|---|
❌ | test_count[1 Small File] |
3.3 ms | 4 ms | -17.44% |
❌ | test_iter_rows_first_row[100 Small Files] |
177.3 ms | 271 ms | -34.58% |
⚡ | test_show[100 Small Files] |
51.1 ms | 42.1 ms | +21.5% |
Attention: Patch coverage is 69.48052%
with 94 lines
in your changes missing coverage. Please review.
Project coverage is 77.78%. Comparing base (
f290f40
) to head (a3c6037
). Report is 1 commits behind head on main.
Implements basic Spark Connect functionality in Daft with the following:
daft-connect
crate to handle Spark Connect protocolconnect_start()
functionCurrently supports:
Notable changes:
spark-connect
protocoltracing
for debugging and monitoringSome operations like execute_plan, analyze_plan, and artifact handling are currently unimplemented and will return appropriate error messages.