Commit Graph

29 Commits

Author SHA1 Message Date
R. Ryantm
bb590c3739 datafusion-cli: 54.0.0 -> 54.1.0 2026-07-24 04:06:05 +00:00
R. Ryantm
fe199a45b4 datafusion-cli: 53.1.0 -> 54.0.0 2026-06-09 10:36:16 +00:00
R. Ryantm
ea9c472452 datafusion-cli: 53.0.0 -> 53.1.0 2026-04-18 16:49:56 +00:00
Gaetan Lepage
b0e1759cc4 datafusion-cli: add versionCheckHook and update script 2026-04-05 17:24:49 +00:00
R. Ryantm
1432aca51c datafusion-cli: 52.4.0 -> 53.0.0 2026-04-02 20:21:25 +00:00
R. Ryantm
cd566efe2d datafusion-cli: 52.3.0 -> 52.4.0 2026-03-24 13:17:17 +00:00
R. Ryantm
eb4e94ff43 datafusion-cli: 52.2.0 -> 52.3.0 2026-03-13 13:12:47 +00:00
R. Ryantm
40f47dd097 datafusion-cli: 52.1.0 -> 52.2.0 2026-03-05 01:04:32 +00:00
R. Ryantm
4c4bfade4e datafusion-cli: 52.0.0 -> 52.1.0 2026-01-31 01:01:41 +00:00
R. Ryantm
1ac9067b4a datafusion-cli: 51.0.0 -> 52.0.0 2026-01-13 00:55:04 +00:00
R. Ryantm
24079d3e4a datafusion-cli: 50.3.0 -> 51.0.0 2025-11-26 01:56:15 +00:00
R. Ryantm
4bceb41001 datafusion-cli: 50.1.0 -> 50.3.0 2025-11-01 13:13:54 +00:00
R. Ryantm
99d3e18369 datafusion-cli: 50.0.0 -> 50.1.0 2025-10-03 02:00:24 +00:00
R. Ryantm
ddb3928551 datafusion-cli: 49.0.2 -> 50.0.0 2025-09-20 12:52:14 +00:00
R. Ryantm
dc2fc470b3 datafusion-cli: 49.0.0 -> 49.0.2 2025-08-28 01:11:02 +00:00
Ben Siraphob
c0d3353a39 treewide: conform descriptions to the standards (#427624) 2025-07-30 09:48:53 -07:00
R. Ryantm
6ab2b06fca datafusion-cli: 48.0.1 -> 49.0.0 2025-07-30 01:17:33 +00:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
c35913b63b datafusion-cli: 48.0.0 -> 48.0.1 2025-07-08 03:08:02 +00:00
R. Ryantm
950603c184 datafusion-cli: 47.0.0 -> 48.0.0 2025-06-14 03:10:16 +00:00
emaryn
b216a37436 datafusion-cli: 45.0.0 -> 47.0.0
Diff: https://github.com/apache/arrow-datafusion/compare/45.0.0...47.0.0

Changelog: https://github.com/apache/arrow-datafusion/blob/47.0.0/datafusion/CHANGELOG.md
2025-04-21 18:03:04 +08:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
7121402276 datafusion-cli: 44.0.0 -> 45.0.0 2025-02-22 09:59:19 +00:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
R. Ryantm
f03fef0564 datafusion-cli: 43.0.0 -> 44.0.0 2025-01-03 02:30:19 +00:00
R. Ryantm
afc317801f datafusion-cli: 42.0.0 -> 43.0.0 2024-12-03 07:31:20 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00