Sign in
apache
/
datafusion-ballista
/
HEAD
98863e5
fix: update deps to fix the build failure (#1862)
by Marko Milenković
· 10 hours ago
main
864cf6b
chore(deps): bump insta from 1.47.2 to 1.48.0 (#1860)
by dependabot[bot]
· 16 hours ago
c313add
chore(deps): bump tui-big-text from 0.8.4 to 0.8.5 (#1861)
by dependabot[bot]
· 16 hours ago
f796828
chore(docs): Update docs website to bring inline with Datafusion style (#1857)
by Jarro van Ginkel
· 33 hours ago
97a0886
chore(deps): bump taiki-e/install-action from 2.81.9 to 2.81.10 (#1858)
by dependabot[bot]
· 2 days ago
5930230
feat(tui): Add theming support (#1850)
by Martin Grigorov
· 2 days ago
d707465
chore(deps): bump taiki-e/install-action from 2.81.8 to 2.81.9 (#1854)
by dependabot[bot]
· 3 days ago
74baaec
chore(deps): bump uuid from 1.23.2 to 1.23.3 (#1855)
by dependabot[bot]
· 3 days ago
0e897e8
chore: re enable approx distinct test (#1844)
by Bhargava Vadlamani
· 3 days ago
3f88317
feat(TUI): enable various plan rendering formats (#1828)
by alexander domenti
· 3 days ago
61f83f1
refactor: make use of `async_trait::async_trait` consistent across project (#1848)
by Jarro van Ginkel
· 4 days ago
1a448f5
chore(ci): Run `cargo check` and `cargo doc` CI jobs on MacOS (#1846)
by Martin Grigorov
· 4 days ago
9a6f4a7
feat(tui): Add configuration popup for jobs (#1825)
by Gunther Xing
· 4 days ago
45f7065
chore(deps): bump http from 1.4.1 to 1.4.2 (#1843)
by dependabot[bot]
· 4 days ago
c53b49d
chore(deps): bump prost-types from 0.14.3 to 0.14.4 (#1842)
by dependabot[bot]
· 4 days ago
be40c8a
feat(scheduler): Use command line options for CORS origins/methods instead of env vars (#1818)
by Martin Grigorov
· 4 days ago
866ba95
chore(deps): bump aws-config from 1.8.17 to 1.8.18 (#1816)
by dependabot[bot]
· 4 days ago
cb9c951
chore(tui): Upgrade Ratatui to 0.30.1 / Ratzilla to 0.3.1 (#1840)
by Martin Grigorov
· 4 days ago
fe36e93
feat(cli): use local time in tracing subscriber logging for ballista-cli (#1824)
by Gunther Xing
· 4 days ago
93f5ff6
chore(ci): Download aarch64 build of protoc (#1835)
by Martin Grigorov
· 5 days ago
4db195b
chore(github): Enable "Update branch" button for PRs (#1839)
by Martin Grigorov
· 5 days ago
339e4b6
chore(ci): Fix the name of a CI job dependency (#1834)
by Martin Grigorov
· 5 days ago
e2cbf21
chore(deps): bump prost from 0.14.3 to 0.14.4 (#1831)
by dependabot[bot]
· 5 days ago
8efdbd9
chore(ci): Drop Windows CI runs (#1801)
by Martin Grigorov
· 5 days ago
63205cf
Fix the Rust installer for MacOS in dependencies.yml (#1833)
by Martin Grigorov
· 5 days ago
3c5362a
chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.8 (#1830)
by dependabot[bot]
· 5 days ago
7e6b996
chore(ci): Use MacOS Github hosted runners for the small CI checks (#1810)
by Martin Grigorov
· 6 days ago
a44e33f
chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#1815)
by dependabot[bot]
· 7 days ago
fbe6a3d
chore(docker): Use yellow_tripdata_2022-01.parquet from nightlies.apache.org (#1817)
by Martin Grigorov
· 8 days ago
a3f3770
chore(deps): bump taiki-e/install-action from 2.81.3 to 2.81.5 (#1819)
by dependabot[bot]
· 8 days ago
f538638
chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#1820)
by dependabot[bot]
· 8 days ago
8f03da7
chore(deps): bump chrono from 0.4.44 to 0.4.45 (#1821)
by dependabot[bot]
· 8 days ago
e47c95b
chore(deps): bump log from 0.4.31 to 0.4.32 (#1822)
by dependabot[bot]
· 8 days ago
3603ee6
chore(deps): bump taiki-e/install-action from 2.79.9 to 2.81.3 (#1813)
by dependabot[bot]
· 9 days ago
af0f845
chore(deps): bump log from 0.4.30 to 0.4.31 (#1812)
by dependabot[bot]
· 9 days ago
5130bc1
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1814)
by dependabot[bot]
· 9 days ago
34cf867
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 (#1811)
by dependabot[bot]
· 9 days ago
60fe062
feat(tui): Show shimmer animation for "Queued" and "Running" jobs (#1808)
by Martin Grigorov
· 9 days ago
977fc1e
minor(aqe): add `plan_id` to dynamic join (#1809)
by Marko Milenković
· 10 days ago
35edc49
minor(aqe): backport few datafusion physical rules identified as not idempotent (#1806)
by Marko Milenković
· 10 days ago
3a3ac2b
feat(aqe): empty join handling (#1723)
by alexander domenti
· 10 days ago
73450f5
feat(aqe): chaos monkey testing for ballista execution (#1802)
by Marko Milenković
· 10 days ago
7593443
minor: code/log cleanup (#1805)
by Marko Milenković
· 10 days ago
dbaadf3
feat: Add web rendering of the TUI application (#1742)
by Martin Grigorov
· 10 days ago
c8d3eb3
feat(aqe): delay join decision & introduce broadcast join in AQE (#1752)
by Marko Milenković
· 11 days ago
a7926a2
chore(deps): bump pygments from 2.19.2 to 2.20.0 in /python (#1800)
by dependabot[bot]
· 11 days ago
8e39459
chore(deps): bump taiki-e/install-action from 2.79.13 to 2.81.1 (#1799)
by dependabot[bot]
· 12 days ago
4b1c6e3
chore(deps): bump uuid from 1.23.1 to 1.23.2 (#1798)
by dependabot[bot]
· 12 days ago
db00a8c
fix: handle task execution errors and panics in executor (#1793)
by Marko Milenković
· 12 days ago
872b5c8
chore(deps): bump astral-tokio-tar from 0.6.1 to 0.6.2 (#1794)
by dependabot[bot]
· 2 weeks ago
a20f410
feat: add `/api/job/{job_id}/config` endpoint to retrieve session configuration (#1792)
by jgrim
· 2 weeks ago
53119f9
feat: runtime stage's metrics rendering (#1778)
by alexander domenti
· 2 weeks ago
cc47370
chore(deps): bump ctor from 1.0.6 to 1.0.7 (#1791)
by dependabot[bot]
· 2 weeks ago
b807673
chore(deps): bump taiki-e/install-action from 2.79.11 to 2.79.13 (#1790)
by dependabot[bot]
· 2 weeks ago
fe2e37a
chore(deps): bump taiki-e/install-action from 2.79.9 to 2.79.11 (#1786)
by dependabot[bot]
· 2 weeks ago
efca660
chore(ci): Execute the "Dependencies" workflow on push to main and for PRs (#1782)
by Martin Grigorov
· 2 weeks ago
7a96c94
chore(deps): bump http from 1.4.0 to 1.4.1 (#1772)
by dependabot[bot]
· 2 weeks ago
3d9c1b5
fix(python): exclude mimalloc from Python wheel to avoid macOS segfault (#1769)
by Andy Grove
· 2 weeks ago
dcc7d75
chore(deps): bump reqwest from 0.13.3 to 0.13.4 (#1773)
by dependabot[bot]
· 2 weeks ago
a1cc9e9
chore(deps): bump requests from 2.32.5 to 2.33.0 in /python (#1781)
by dependabot[bot]
· 2 weeks ago
eae8bea
chore(deps): bump log from 0.4.29 to 0.4.30 (#1775)
by dependabot[bot]
· 2 weeks ago
d052a9c
chore(deps): bump astral-sh/setup-uv from 7.3.1 to 8.1.0 (#1763)
by dependabot[bot]
· 2 weeks ago
2ba6517
chore(deps): bump taiki-e/install-action from 2.79.7 to 2.79.9 (#1780)
by dependabot[bot]
· 2 weeks ago
65ec1c4
minor: Ballista `showplan` helper script (#1761)
by Marko Milenković
· 3 weeks ago
54f8ad5
ShuffleReader prints upstream_stage_id (#1767)
by Marko Milenković
· 3 weeks ago
d50aea5
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#1766)
by dependabot[bot]
· 3 weeks ago
de3ca3e
chore(deps): bump taiki-e/install-action from 2.79.4 to 2.79.7 (#1764)
by dependabot[bot]
· 3 weeks ago
352cde4
chore(deps): bump mimalloc from 0.1.51 to 0.1.52 (#1765)
by dependabot[bot]
· 3 weeks ago
6aaa612
ci: gate CodeQL workflow on .github path changes (#1758)
by Andy Grove
· 3 weeks ago
1c4b5f8
docs(release): cover TestPyPI verification and fix stale wheel-download notes (#1760)
by Andy Grove
· 3 weeks ago
eee2103
ci: use maturin sdist subcommand to avoid building a wheel (#1759)
by Andy Grove
· 3 weeks ago
47f0afa
ci: gate Rust workflow on workspace path allow list and rename to Ballista Rust (#1757)
by Andy Grove
· 3 weeks ago
3895b1e
ci: gate Docker workflow on rust-only path allow list (#1756)
by Andy Grove
· 3 weeks ago
1644008
ci: gate TPC-H workflow on rust-only path allow list (#1755)
by Andy Grove
· 3 weeks ago
df1558a
ci: only run Python Release Build on RC tags and matching PRs (#1754)
by Andy Grove
· 3 weeks ago
1c23c36
ci: produce real aarch64 wheel and upload sdist artifact (#1753)
by Andy Grove
· 3 weeks ago
75bbcc9
chore: bump python crate to 53.0.0 and use path deps for ballista crates (#1750)
by Andy Grove
· 3 weeks ago
c45c06a
fix(python): clear latent lint debt and gate wheel jobs on lint/tests (#1749)
by Andy Grove
· 3 weeks ago
d20604d
ci: pin Windows wheel builder to windows-2022 (#1751)
by Andy Grove
· 3 weeks ago
2c83dcb
docs(release): document PyPI publish process for python client (#1610)
by Andy Grove
· 3 weeks ago
0f88721
ci: pin all third-party actions to ASF-allowlisted SHAs (#1748)
by Andy Grove
· 3 weeks ago
88e04d0
chore(deps): bump serde_json from 1.0.149 to 1.0.150 (#1746)
by dependabot[bot]
· 3 weeks ago
218190a
chore(deps): bump taiki-e/install-action from 2.79.3 to 2.79.4 (#1745)
by dependabot[bot]
· 3 weeks ago
6a5b92b
chore: minor backward compatible refactor (#1744)
by Marko Milenković
· 3 weeks ago
0cbdf44
chore(deps): bump taiki-e/install-action from 2.79.2 to 2.79.3 (#1739)
by dependabot[bot]
· 3 weeks ago
aa5d687
chore(deps): bump aws-config from 1.8.16 to 1.8.17 (#1740)
by dependabot[bot]
· 3 weeks ago
decdd5e
chore(deps): bump mimalloc from 0.1.50 to 0.1.51 (#1741)
by dependabot[bot]
· 3 weeks ago
187d772
feat: task_manager delegats physical plan creation to execution graph (#1726)
by Marko Milenković
· 3 weeks ago
84b6b1b
Execute the CI workflows only when this is push to main or a PR (#1738)
by Martin Grigorov
· 3 weeks ago
319cab1
chore(deps): bump taiki-e/install-action from 2.68.34 to 2.79.2 (#1733)
by dependabot[bot]
· 3 weeks ago
bd81a83
chore(deps): bump actions/upload-artifact from 4 to 7 (#1734)
by dependabot[bot]
· 3 weeks ago
f835697
chore(deps): bump idna from 3.11 to 3.15 in /python (#1737)
by dependabot[bot]
· 3 weeks ago
e0a7866
chore: generate changelog for ballista 53 (#1735)
by Marko Milenković
· 3 weeks ago
53.0.0
53.0.0-rc1
5b50c1e
fix: no executor warning, correct prometheus feature name in TUI (#1698)
by jgrim
· 3 weeks ago
a640fd3
chore: Do not run -cli tests twice (#1732)
by Martin Grigorov
· 3 weeks ago
e40db93
[TUI] Sort the metrics before rendering them (#1731)
by Martin Grigorov
· 3 weeks ago
43e5cc6
minor: [TUI] Extract a helper method for the table/scrollbar area splitter (#1730)
by Martin Grigorov
· 3 weeks ago
6828412
Use separate areas for the table and its associated scrollbar (#1729)
by Martin Grigorov
· 3 weeks ago
38ef600
ci: add TPC-H SF10 workflow (#1688)
by Andy Grove
· 4 weeks ago
d49a530
feat: TUI make task popup scrollable (#1725)
by Marko Milenković
· 4 weeks ago
Next »