Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlancer/sqlancer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sqlancer/sqlancer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-1335
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 22, 2026

  1. Remove Databend bug19738 workaround after upstream fix

    The issue (databendlabs/databend#19738) was fixed in
    databendlabs/databend#19740 — re-enable AVG in aggregate
    testing and stop suppressing the related error messages.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    mrigger and claude committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    3521bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Suppress Databend bug19773 (Decimal128 downcast in eager aggregation)

    Filed as databendlabs/databend#19773 — `SUM(decimal_literal)` over a
    cross join inside `UNION ALL` with an outer aggregate fails with
    `failed to downcast column Decimal128(...) into ... CoreDecimal<i64>`.
    This is a separate eager-aggregation bug from the AVG-only one fixed in
    databendlabs/databend#19740, and it is what's tripping the TLP
    aggregate oracle on this PR. Suppress narrowly via the distinctive
    substring rather than reinstating the broad `UnwindError` match the
    parent commit removed.
    
    Co-Authored-By: Claude Opus 4.7 <[email protected]>
    mrigger and claude committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    0c7dc9a View commit details
    Browse the repository at this point in the history
Loading