Skip to content

Commit f8facb1

Browse files
committed
Merge remote-tracking branch 'origin/main' into fr/logical-types
2 parents 996bbdc + ab8761d commit f8facb1

File tree

49 files changed

+1375
-793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1375
-793
lines changed

.github/workflows/pr_benchmarks.yml

-101
This file was deleted.

ci/scripts/rust_example.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ do
2929
# Skip tests that rely on external storage and flight
3030
if [ ! -d $filename ]; then
3131
cargo run --example $example_name
32+
cargo clean -p datafusion-examples
3233
fi
3334
done

0 commit comments

Comments
 (0)