- Jan 09, 2025
- Dec 24, 2024
-
-
vlorentz authored
-
- Dec 23, 2024
-
-
vlorentz authored
Which creates an export, compresses a graph, uploads both to S3, and computes a couple of derived datasets. This may be used as an entry point for the task that needs to run every ~3 months
-
- Dec 19, 2024
- Dec 17, 2024
-
-
-
vlorentz authored
-
- Dec 16, 2024
-
-
Antoine Lambert authored
Add simple command to print the names of the Software Heritage graph datasets that can be downloaded with the following command: $ swh graph download --name <dataset_name> <target_directory>
-
- Dec 12, 2024
-
-
Aymeric Varasse authored
-
The cgroup was created when the Command is initialized, and calling .run() on it twice caused creation of two RunningCommand objects. As RunningCommand is responsible for deleting the cgroup (and polling information from it), this means that one of the RunningCommand deleted the cgroup before the other one tried to read it, causing a crash. This happens for example in CountPaths when direction=backward, because the zstdcat command running on the topological order is used twice (once to read the header, once to read the rest of the file)
-
- Dec 10, 2024
-
-
Aymeric Varasse authored
-
Aymeric Varasse authored
-
Aymeric Varasse authored
-
Aymeric Varasse authored
-
Aymeric Varasse authored
Include update to `pyo3-0.23.0`
-
vlorentz authored
-
- Nov 26, 2024
- Nov 25, 2024
-
-
vlorentz authored
-
- Nov 15, 2024
-
-
vlorentz authored
The --locked option forces Cargo to use the lockfile declared by swh-graph, which was carefully written to avoid conflicts between two Arrow versions that are used as transitive dependencies through different packages. When Cargo tries to update one, it ends up with incompatible versions, causing a compilation failure. Currently, this only happens when enabling the `orc` features (which commands in the documentation do not enable), but similar issues could appear in the future with the default versions.
-
- Oct 31, 2024
-
-
vlorentz authored
-
- Oct 30, 2024
-
-
vlorentz authored
This will be useful to generate graphs for test cases
-
vlorentz authored
Otherwise it captures `'de` though `D` and that makes the function pretty hard to use, as its return value cannot alive the deserializer.
-
vlorentz authored
-
vlorentz authored
In this case, serde_json only yields owned Strings, so `<&str>::deserialize()` fails. We need a visitor, which has a default implementation of visit_string that defers to visit_str, so it works.
-
- Oct 29, 2024
-
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
This reverts commit 260d641a. orc-rust v0.4.0 and v0.5.0 break ar_row: * https://github.com/datafusion-contrib/orc-rust/pull/13 * https://github.com/datafusion-contrib/datafusion-orc/issues/137
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
-
- Oct 28, 2024
- Oct 24, 2024
-
-
vlorentz authored
-