Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug](cherry-pick) fix bug of converting outer join probe block to nullable #25626

Merged
merged 3 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    a021634 View commit details
    Browse the repository at this point in the history
  2. [Enhancement](filter) support only min/max runtime filter in BE (apac…

    …he#25290)
    
    this PR apache#25193 have achieve about FE.
    eg: select count() from lineorder join supplier on lo_partkey < s_suppkey;
    will have a max filter after build hash table , so could use it to filter probe table data.
    zhangstar333 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b8e2950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b6d16 View commit details
    Browse the repository at this point in the history