Sign in
apache
/
datafusion-ballista
/
HEAD
320eb97
chore: Fix Clippy issues with Rust 1.95.0 (#1558)
by Martin Grigorov
· 9 hours ago
main
aba8c6c
chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#1557)
by dependabot[bot]
· 34 hours ago
098f345
feat: ExecutionEngine::create_query_stage_exec accepts partition_id (#1556)
by Marko Milenković
· 2 days ago
9b3f519
chore(deps): bump axum from 0.8.8 to 0.8.9 (#1554)
by dependabot[bot]
· 2 days ago
6be0e17
chore(deps): bump tokio from 1.51.1 to 1.52.0 (#1555)
by dependabot[bot]
· 2 days ago
bdab1fa
chore(deps): bump rand from 0.9.2 to 0.9.4 in /python (#1552)
by dependabot[bot]
· 3 days ago
a1c0bbc
chore(deps): bump libc from 0.2.184 to 0.2.185 (#1553)
by dependabot[bot]
· 3 days ago
2db281a
chore(deps): bump rustls from 0.23.37 to 0.23.38 (#1550)
by dependabot[bot]
· 4 days ago
5f64f05
chore(deps): bump ctor from 0.9.1 to 0.10.0 (#1549)
by dependabot[bot]
· 4 days ago
977eb76
chore(deps): bump ctor from 0.8.0 to 0.9.1 (#1548)
by dependabot[bot]
· 7 days ago
6091b52
feat: jupyter notebook support (#1513)
by alexander domenti
· 8 days ago
bb1e6f1
chore(deps): bump tokio from 1.51.0 to 1.51.1 (#1545)
by dependabot[bot]
· 8 days ago
94b7087
chore(deps): bump tui-big-text from 0.8.3 to 0.8.4 (#1546)
by dependabot[bot]
· 8 days ago
20cf268
feat: Ballista Text User Interface (#1436)
by Martin Grigorov
· 9 days ago
d8a5276
chore(deps): bump tokio from 1.50.0 to 1.51.0 (#1544)
by dependabot[bot]
· 11 days ago
7b045f0
feat: Improve REST API adding task related info to job stages (#1543)
by Marko Milenković
· 12 days ago
6ec875e
feat: add config to ExecutorEngine::create_query_stage_exec (#1542)
by Marko Milenković
· 13 days ago
364336b
fix: handle None task slot in update_task_info after executor lost (#23) (#1523)
by Marko Milenković
· 13 days ago
8c6c864
feat: remove full path from partition locations (#1527)
by Marko Milenković
· 13 days ago
955aca5
fix: remove unwrap from executor and improve task error handling (#1540)
by Saj
· 2 weeks ago
d0b51dd
chore(deps): bump libc from 0.2.183 to 0.2.184 (#1538)
by dependabot[bot]
· 2 weeks ago
cb37359
chore(deps): bump insta from 1.47.1 to 1.47.2 (#1535)
by dependabot[bot]
· 2 weeks ago
f15741c
chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#1530)
by dependabot[bot]
· 3 weeks ago
1705c00
chore(deps): bump md-5 from 0.10.6 to 0.11.0 (#1533)
by dependabot[bot]
· 3 weeks ago
d3a3f4a
chore(deps): bump ctor from 0.6.3 to 0.8.0 (#1534)
by dependabot[bot]
· 3 weeks ago
5c52bb2
chore(deps): bump insta from 1.47.0 to 1.47.1 (#1532)
by dependabot[bot]
· 3 weeks ago
0b82def
minor: cleanup cli configurations (#1529)
by Marko Milenković
· 3 weeks ago
6dc1de0
chore: update datafusion proto (#1528)
by Marko Milenković
· 3 weeks ago
97a7452
feat: add remote hash policy as not used (#1526)
by Saj
· 3 weeks ago
0f1b209
chore(deps): bump uuid from 1.22.0 to 1.23.0 (#1525)
by dependabot[bot]
· 3 weeks ago
e7de3dc
chore(deps): bump insta from 1.46.3 to 1.47.0 (#1524)
by dependabot[bot]
· 3 weeks ago
7829e02
chore(deps): update to datafusion v.53 (#1486)
by Marko Milenković
· 3 weeks ago
c80557b
chore(deps): bump env_logger from 0.11.9 to 0.11.10 (#1522)
by dependabot[bot]
· 3 weeks ago
cb7c315
ci: pin third-party actions to Apache-approved SHAs (#1516)
by Kevin Liu
· 4 weeks ago
c636472
chore(deps): bump rustls-webpki from 0.103.9 to 0.103.10 (#1521)
by dependabot[bot]
· 4 weeks ago
aea8280
chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 (#1519)
by dependabot[bot]
· 4 weeks ago
5eabaab
chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 (#1518)
by dependabot[bot]
· 4 weeks ago
5eca853
chore(deps): bump rustls-webpki from 0.103.9 to 0.103.10 in /python (#1517)
by dependabot[bot]
· 4 weeks ago
6ab8b5c
chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1515)
by dependabot[bot]
· 4 weeks ago
4837d44
chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 in /python (#1514)
by dependabot[bot]
· 5 weeks ago
f250c0e
minor: [REST] add datafusion version info (#1512)
by Marko Milenković
· 5 weeks ago
939d73d
feat: [REST] Return the job's start and end time (#1511)
by Martin Grigorov
· 5 weeks ago
c898d15
chore(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 (#1510)
by dependabot[bot]
· 5 weeks ago
3696b9b
feat: enable scheduler rest api by default (#1506)
by Marko Milenković
· 5 weeks ago
d105e31
address task policy comments (#1508)
by Marko Milenković
· 5 weeks ago
dc47c71
minor: task scheduling policy config cleanup (#1507)
by Marko Milenković
· 5 weeks ago
bd45acb
feat: (remote) shuffle reader cleanup (#1503)
by Marko Milenković
· 5 weeks ago
b204bff
chore(deps): bump clap from 4.5.60 to 4.6.0 (#1504)
by dependabot[bot]
· 5 weeks ago
157ec17
chore(deps): bump once_cell from 1.21.3 to 1.21.4 (#1505)
by dependabot[bot]
· 5 weeks ago
7d51c59
update deps (#1502)
by Marko Milenković
· 5 weeks ago
0516616
feat: Expose Logical and Physical plan details in the REST API (#1498)
by Marko Milenković
· 5 weeks ago
56b607d
chore(deps): bump tempfile from 3.26.0 to 3.27.0 (#1501)
by dependabot[bot]
· 5 weeks ago
01d4c33
chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /python (#1500)
by dependabot[bot]
· 5 weeks ago
731b471
chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 (#1499)
by dependabot[bot]
· 5 weeks ago
2fccbfa
Add plain "status" field to the JobResponse (#1497)
by Martin Grigorov
· 5 weeks ago
e992d46
chore(deps): bump graphviz-rust from 0.9.6 to 0.9.7 (#1496)
by dependabot[bot]
· 5 weeks ago
6d2b427
[REST]: Cancelling a completed/failed job should return "false" (#1494)
by Martin Grigorov
· 6 weeks ago
3fb226d
chore(deps): bump libc from 0.2.182 to 0.2.183 (#1495)
by dependabot[bot]
· 6 weeks ago
ef1a7f5
chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 (#1491)
by dependabot[bot]
· 6 weeks ago
fb13c23
chore(deps): bump uuid from 1.21.0 to 1.22.0 (#1492)
by dependabot[bot]
· 6 weeks ago
5982011
ci: add take and stale (#1488)
by Kevin Liu
· 6 weeks ago
5b2a12e
chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#1489)
by dependabot[bot]
· 6 weeks ago
89f09be
chore(deps): bump tokio from 1.49.0 to 1.50.0 (#1490)
by dependabot[bot]
· 6 weeks ago
fef8918
remove unnecessary checkout step (#1487)
by Kevin Liu
· 6 weeks ago
3e15a32
CI: Add CodeQL workflow for GitHub Actions security scanning (#1484)
by Kevin Liu
· 6 weeks ago
3950f0b
generate change log (#1485)
by Marko Milenković
· 7 weeks ago
branch-52
52.0.0
52.0.0-rc1
5e98229
feat: job scheduling with push based job status updates (#1478)
by Marko Milenković
· 7 weeks ago
c79273e
fix: Don't use `maxrows` as a "fetched rows" but calculate it from the batches (#1480)
by Martin Grigorov
· 7 weeks ago
6874852
update datafusion to 52.2 and other deps to latest (#1483)
by Marko Milenković
· 7 weeks ago
1b87239
improve logs (#1482)
by Marko Milenković
· 7 weeks ago
9745251
chore(deps): bump actions/download-artifact from 7 to 8 (#1476)
by dependabot[bot]
· 7 weeks ago
7b28b67
chore(deps): bump actions/upload-artifact from 6 to 7 (#1477)
by dependabot[bot]
· 7 weeks ago
bb05da1
chore(deps): bump rustls from 0.23.36 to 0.23.37 (#1474)
by dependabot[bot]
· 7 weeks ago
caaf88c
chore(deps): bump tempfile from 3.25.0 to 3.26.0 (#1472)
by dependabot[bot]
· 7 weeks ago
360ba9e
chore(deps): bump chrono from 0.4.43 to 0.4.44 (#1473)
by dependabot[bot]
· 7 weeks ago
d951236
chore(deps): bump testcontainers-modules from 0.14.0 to 0.15.0 (#1471)
by dependabot[bot]
· 8 weeks ago
debc627
chore(deps): bump tonic-prost from 0.14.4 to 0.14.5 (#1467)
by dependabot[bot]
· 8 weeks ago
2bd257c
chore(deps): bump tonic from 0.14.4 to 0.14.5 (#1466)
by dependabot[bot]
· 8 weeks ago
dcc8cca
chore(deps): bump tonic-prost-build from 0.14.4 to 0.14.5 (#1468)
by dependabot[bot]
· 8 weeks ago
522760c
chore(deps): bump tonic-build from 0.14.4 to 0.14.5 (#1469)
by dependabot[bot]
· 8 weeks ago
c2e2ad2
chore(deps): bump insta from 1.46.1 to 1.46.3 (#1465)
by dependabot[bot]
· 8 weeks ago
a43ea92
chore(deps): bump clap from 4.5.59 to 4.5.60 (#1464)
by dependabot[bot]
· 8 weeks ago
bece30f
feat: Make push scheduling policy default as it has lower latency (#1461)
by Marko Milenković
· 8 weeks ago
2fee04d
feat: Adaptive query execution (AQE) planner fundamentals (#1372)
by Marko Milenković
· 8 weeks ago
0396c58
fix: remove scheduler_config_spec.toml as its unused (#1462)
by Marko Milenković
· 8 weeks ago
771e280
feat: add `Dataframe.cache()` factory (no planner handling) (#1420)
by jgrim
· 8 weeks ago
0e1bcd2
chore(deps): bump clap from 4.5.58 to 4.5.59 (#1460)
by dependabot[bot]
· 8 weeks ago
3018c17
chore(deps): bump tonic-prost from 0.14.3 to 0.14.4 (#1454)
by dependabot[bot]
· 9 weeks ago
4a902c5
chore(deps): bump tonic-build from 0.14.3 to 0.14.4 (#1457)
by dependabot[bot]
· 9 weeks ago
b0c8dd1
chore(deps): bump tonic-prost-build from 0.14.3 to 0.14.4 (#1459)
by dependabot[bot]
· 9 weeks ago
9bf0bc8
chore(deps): bump tonic from 0.14.3 to 0.14.4 (#1455)
by dependabot[bot]
· 9 weeks ago
b74b49b
chore(deps): bump libc from 0.2.181 to 0.2.182 (#1456)
by dependabot[bot]
· 9 weeks ago
74f28a3
chore(deps): bump uuid from 1.20.0 to 1.21.0 (#1458)
by dependabot[bot]
· 9 weeks ago
f671320
chore(deps): bump clap from 4.5.57 to 4.5.58 (#1453)
by dependabot[bot]
· 9 weeks ago
5d00c63
chore(deps): bump env_logger from 0.11.8 to 0.11.9 (#1452)
by dependabot[bot]
· 9 weeks ago
bca52c3
feat: Add spark-compat mode to integrate datafusion-spark features au… (#1416)
by Matt Cuento
· 9 weeks ago
5c83205
minor: add test to cover IPC arrow file read (#1450)
by Marko Milenković
· 9 weeks ago
502c8a6
chore(deps): bump libc from 0.2.180 to 0.2.181 (#1449)
by dependabot[bot]
· 9 weeks ago
db7ec40
chore(deps): bump tempfile from 3.24.0 to 3.25.0 (#1448)
by dependabot[bot]
· 9 weeks ago
40af576
chore: add confirmation before tarball is released (#1445)
by Marko Milenković
· 10 weeks ago
Next »