Re: [I] substrait_integration integration tests are failing [datafusion]

2024-12-20 Thread via GitHub
alamb closed issue #13854: substrait_integration integration tests are failing URL: https://github.com/apache/datafusion/issues/13854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [I] substrait_integration integration tests are failing [datafusion]

2024-12-20 Thread via GitHub
alamb closed issue #13854: substrait_integration integration tests are failing URL: https://github.com/apache/datafusion/issues/13854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [I] substrait_integration integration tests are failing [datafusion]

2024-12-20 Thread via GitHub
Blizzara commented on issue #13854: URL: https://github.com/apache/datafusion/issues/13854#issuecomment-2556714089 bisect lead to https://github.com/apache/datafusion/commit/11d49b49dd3361e975fb67f66f40715bdaf4650e. Specifically, this change: https://github.com/apache/datafusion/pull/13594

Re: [I] substrait_integration integration tests are failing [datafusion]

2024-12-20 Thread via GitHub
Blizzara commented on issue #13854: URL: https://github.com/apache/datafusion/issues/13854#issuecomment-2556617531 Hmm, the two tests are failing for me locally as well. However they are run in CI, and there they pass: ``` Running tests/substrait_integration.rs (target/debug/deps

Re: [I] substrait_integration integration tests are failing [datafusion]

2024-12-19 Thread via GitHub
alamb commented on issue #13854: URL: https://github.com/apache/datafusion/issues/13854#issuecomment-2555949068 It would be sweet if someone could git bisect and figure out when these started failing -- This is an automated message from the Apache Git Service. To respond to the message, p

[I] substrait_integration integration tests are failing [datafusion]

2024-12-19 Thread via GitHub
alamb opened a new issue, #13854: URL: https://github.com/apache/datafusion/issues/13854 ### Describe the bug substrait_integration integration tests are failing ### To Reproduce on main at 9f530dd1987d863dd4de99198df5b2c3e242bf6e ```shell cargo test -p datafusion-s