Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-07-01 Thread via GitHub
adriangb closed issue #16452: SortQueryFuzzer found a failing case on main URL: https://github.com/apache/datafusion/issues/16452 -- 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 comment.

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-23 Thread via GitHub
alamb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2994203073 We think we have fixed this in - https://github.com/apache/datafusion/pull/16491 Let's keep this PR open until 1. We have some more time where the tests are passing s

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-22 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2994208242 > We revert the code changes in Temporarily fix bug in dynamic top-k optimization #16465 that were unrelated. I'll make a PR to do that (update Restore topk filtering tests #16

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-21 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993586317 https://github.com/apache/datafusion/pull/16491 now has the fix! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-21 Thread via GitHub
alamb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993537741 Sounds good -- thank you for the investigation @adriangb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-21 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993562613 This is actually the same error that @blaginin reported in https://github.com/apache/datafusion/issues/16452#issuecomment-2991948064: https://github.com/apache/datafusion/actio

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-21 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993553156 So yeah that's a trivially reproducible bug that is completely unrelated to this mess but I guess just happens to be hit by the new code paths: ```rust Literal::new(Sc

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-20 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993339850 I can confirm it's related to #15770. It seems like there may be multiple errors. This is one I found tonight: ``` thread 'tokio-runtime-worker' panicked at /.cargo/r

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-20 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2993036342 I'm continuing to investigate. Unfortunately this is [very flaky](https://github.com/apache/datafusion/pull/16485#issuecomment-2993026589) and slow to test and I've run out of

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-20 Thread via GitHub
alamb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2992153005 Right -- so in summary - We tried to back out what we thought was the offending code: https://github.com/apache/datafusion/pull/16465 - However, when we started running t

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-20 Thread via GitHub
blaginin commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2991948064 For transparency, new failure: https://github.com/apache/datafusion/actions/runs/15780623790/job/44485106315 -- This is an automated message from the Apache Git Service. To r

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
AdamGS commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2989157877 done - https://github.com/apache/datafusion/pull/16465/files -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2989145334 Let's merge that ASAP. I'm AFK for the next two hours? Could you prepare a PR by chance? -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
AdamGS commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2989118706 that indeed makes the failure to go away -- 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

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2988934802 > datafusion.optimizer.enable_dynamic_filter_pushdown doesn't seem to make a difference @Dandandan I wonder if it's the filtering being done inside of the TopK? @AdamG

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2988929483 I think this is a reproducer? https://github.com/apache/datafusion/actions/runs/15764484967/job/44438090077?pr=16461 -- This is an automated message from the Apache Git Servi

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
AdamGS commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2988819800 Some more findings: 1. `datafusion.optimizer.enable_dynamic_filter_pushdown` doesn't seem to make a difference 2. Played around with the seeds, seems like the only one that'

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
adriangb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2988401513 Btw to disable the new topk changes you can set `datafusion.optimizer.enable_dynamic_filter_pushdown = false` -- This is an automated message from the Apache Git Service. To

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
AdamGS commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2988170885 I've built a repro that fails consistently, and the most interesting part of it is that when using the default test runtime (which is a tokio current thread variant), the test pa

Re: [I] SortQueryFuzzer found a failing case on main [datafusion]

2025-06-19 Thread via GitHub
alamb commented on issue #16452: URL: https://github.com/apache/datafusion/issues/16452#issuecomment-2987732939 Perhaps this is related to the recent work from @adriangb with topk limit pushdown (once we figure out how to reliably reproduce it, we can verify by turning off the feature)