This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 33c922f254 use linker optimization for extended sqllogictests (#20740)
33c922f254 is described below

commit 33c922f2549353dd29040dccf92e03f7344bc952
Author: Dmitrii Blaginin <[email protected]>
AuthorDate: Fri Mar 6 19:23:55 2026 +0100

    use linker optimization for extended sqllogictests (#20740)
    
    same as https://github.com/apache/datafusion/pull/20691 - just a
    different target branch
---
 .github/workflows/extended.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index 3dece9ebcc..3837feb622 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -179,9 +179,4 @@ jobs:
           rust-version: stable
       - name: Run sqllogictest
         run: |
-          cargo test --features backtrace,parquet_encryption --profile 
release-nonlto --test sqllogictests -- --include-sqlite
-          cargo clean
-
-
-
-
+          cargo test --features backtrace,parquet_encryption --profile release 
--test sqllogictests -- --include-sqlite
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to