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 0a57e017c7 Fix extended tests on main to get CI green (#18096)
0a57e017c7 is described below

commit 0a57e017c7a114936a3a6e1e16a4de6b44888342
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Oct 16 07:54:01 2025 -0700

    Fix extended tests on main to get CI green (#18096)
    
    ## Which issue does this PR close?
    
    
    - Closes https://github.com/apache/datafusion/issues/18084
    
    ## Rationale for this change
    Some of the extended tests are failing because we have fixed case
    conditional evaluation and queries that (incorrectly) previously did not
    pass are now.
    
    <!--
    Why are you proposing this change? If this is already explained clearly
    in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand
    your changes and offer better suggestions for fixes.
    -->
    
    ## What changes are included in this PR?
    
    Update datafusion-testing pin
    
    ## Are these changes tested?
    
    I tested locally with:
    
    ```shell
    INCLUDE_SQLITE=true cargo test --profile release-nonlto --test sqllogictests
    ```
    
    ## Are there any user-facing changes?
    
    No
---
 datafusion-testing | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion-testing b/datafusion-testing
index 905df5f65c..eccb0e4a42 160000
--- a/datafusion-testing
+++ b/datafusion-testing
@@ -1 +1 @@
-Subproject commit 905df5f65cc9d0851719c21f5a4dd5cd77621f19
+Subproject commit eccb0e4a426344ef3faf534cd60e02e9c3afd3ac


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

Reply via email to