diff --git a/docker-compose.yml b/docker-compose.yml index cdcae905dd5eb..7ea6d0b700983 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1179,6 +1179,9 @@ services: /arrow/ci/scripts/cpp_build.sh /arrow /build && /arrow/ci/scripts/go_build.sh /arrow && /arrow/ci/scripts/java_build.sh /arrow /build && + df -h && + du -hx --threshold=100M / && + du -hx --threshold=500M /arrow/ && /arrow/ci/scripts/js_build.sh /arrow /build && /arrow/ci/scripts/integration_arrow.sh /arrow /build"] diff --git a/rust/datafusion/src/execution/dataframe_impl.rs b/rust/datafusion/src/execution/dataframe_impl.rs index 62c18ebc985ba..0e74bb7a9f30d 100644 --- a/rust/datafusion/src/execution/dataframe_impl.rs +++ b/rust/datafusion/src/execution/dataframe_impl.rs @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -//! Implementation of DataFrame API +//! Implementation of DataFrame API. Some comments to trigger integration test use std::sync::{Arc, Mutex};