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

Max min by #43

Merged
merged 4 commits into from
Jul 5, 2024
Merged

Max min by #43

merged 4 commits into from
Jul 5, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    f56fe2c View commit details
    Browse the repository at this point in the history
  2. Spark 4: Handle ANSI mode in sort_test.py (NVIDIA#11099)

    * Spark 4: Handle ANSI mode in sort_test.py
    
    Fixes NVIDIA#11027.
    
    With ANSI mode enabled (like the default in Spark 4), one sees that some
    tests in `sort_test.py` fail, because they expect ANSI mode to be off.
    
    This commit disables running those tests with ANSI enabled, and add a
    separate test for ANSI on/off.
    
    Signed-off-by: MithunR <[email protected]>
    
    * Refactored not to use disable_ansi_mode.
    
    These tests need not be revisited.  They test all combinations of ANSI mode,
    including overflow failures.
    
    Signed-off-by: MithunR <[email protected]>
    
    ---------
    
    Signed-off-by: MithunR <[email protected]>
    mythrocks committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    850365c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Introduce LORE framework. (NVIDIA#11084)

    * Introduce lore id
    
    * Introduce lore id
    
    * Fix type
    
    * Fix type
    
    * Conf
    
    * style
    
    * part
    
    * Dump
    
    * Introduce lore framework
    
    * Add tests.
    
    * Rename test case
    
    Signed-off-by: liurenjie1024 <[email protected]>
    
    * Fix AQE test
    
    * Fix style
    
    * Use args to display lore info.
    
    * Fix build break
    
    * Fix path in loreinfo
    
    * Remove path
    
    * Fix comments
    
    * Update configs
    
    * Fix comments
    
    * Fix config
    
    ---------
    
    Signed-off-by: liurenjie1024 <[email protected]>
    liurenjie1024 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9bb295a View commit details
    Browse the repository at this point in the history
  2. Support minBy on GPU

    Signed-off-by: Firestarman <[email protected]>
    firestarman committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    77ee0ab View commit details
    Browse the repository at this point in the history