Embucket reorder join #356
rust.yml
on: pull_request
linux build test
5m 42s
build and run with wasm-pack
7m 31s
cargo test (macos-aarch64)
23m 27s
Verify Vendored Code
1m 5s
Check cargo fmt
57s
Verify MSRV (Min Supported Rust Version)
10m 32s
Spell Check with Typos
8s
cargo check datafusion-common features
1m 30s
cargo check datafusion-substrait features
9m 28s
cargo check datafusion-proto features
5m 0s
cargo check datafusion features
14m 51s
cargo check datafusion-functions features
3m 15s
cargo test (amd64)
10m 37s
cargo test datafusion-cli (amd64)
5m 53s
cargo examples (amd64)
19m 46s
cargo test doc (amd64)
24m 21s
cargo doc
4m 36s
verify benchmark results (amd64)
12m 6s
Run sqllogictest with Postgres runner
7m 14s
Run sqllogictest in Substrait round-trip mode
7m 27s
cargo test pyarrow (amd64)
5m 26s
clippy
4m 47s
check Cargo.toml formatting
4m 29s
check configs.md and ***_functions.md is up-to-date
6m 21s
Annotations
5 errors and 11 warnings
|
Spell Check with Typos
Process completed with exit code 2.
|
|
cargo doc
Process completed with exit code 101.
|
|
clippy
Process completed with exit code 101.
|
|
cargo test (amd64)
System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Common.Tracing.Error(Exception exception)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing)
at GitHub.Runner.Common.Tracing.Dispose()
at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
at GitHub.Runner.Common.TraceManager.Dispose()
at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
at GitHub.Runner.Common.HostContext.Dispose()
at GitHub.Runner.Worker.Program.Main(String[] args)
|
|
cargo examples (amd64)
System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Common.Tracing.Error(Exception exception)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20251016-101042-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing)
at GitHub.Runner.Common.Tracing.Dispose()
at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
at GitHub.Runner.Common.TraceManager.Dispose()
at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
at GitHub.Runner.Common.HostContext.Dispose()
at GitHub.Runner.Worker.Program.Main(String[] args)
|
|
Spell Check with Typos:
./datafusion/sqllogictest/README.md#L348
"nteger" should be "integer".
|
|
Spell Check with Typos:
./datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs#L1105
"determistic" should be "deterministic".
|
|
Spell Check with Typos:
./datafusion/core/src/datasource/listing/table.rs#L1137
"parttion" should be "partition".
|
|
Spell Check with Typos:
./datafusion/physical-expr/src/expressions/case.rs#L1073
"tru" should be "thru" or "true".
|
|
Spell Check with Typos:
./datafusion/common/src/scalar/mod.rs#L2390
"aknowledged" should be "acknowledged".
|
|
Spell Check with Typos:
./docs/source/user-guide/introduction.md#L89
"parellelized" should be "parallelized".
|
|
linux build test
Cache not found for keys: v0-rust-amd-ci-check-Linux-x64-18b940d6-06ca0426, v0-rust-amd-ci-check-Linux-x64-18b940d6
|
|
clippy
Cache not found for keys: v0-rust-amd-ci-clippy-Linux-x64-18b940d6-06ca0426, v0-rust-amd-ci-clippy-Linux-x64-18b940d6
|
|
cargo check datafusion-substrait features
Cache not found for keys: v0-rust-amd-ci-Linux-x64-18b940d6-06ca0426, v0-rust-amd-ci-Linux-x64-18b940d6
|
|
cargo check datafusion features
Cache not found for keys: v0-rust-amd-ci-Linux-x64-18b940d6-06ca0426, v0-rust-amd-ci-Linux-x64-18b940d6
|
|
cargo test (macos-aarch64)
Cache not found for keys: v0-rust-macos-aarch64-Darwin-arm64-ba3ccebb-06ca0426, v0-rust-macos-aarch64-Darwin-arm64-ba3ccebb
|