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: apache/incubator-gluten Loading
base: main@{1day}
Choose a base ref
...
head repository: apache/incubator-gluten Loading
compare: main
Choose a head ref
  • 5 commits
  • 14 files changed
  • 6 contributors

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    0ec4b16 View commit details
    Browse the repository at this point in the history
  2. [VL] Update ubuntu docker to use cmake 3.28 (#6373)

    Since the velox needs cmake version > 3.28, we better update the doc to align this change
    boneanxs committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e58bef3 View commit details
    Browse the repository at this point in the history
  3. [GLUTEN-6304][CH]Support array_join (#6305)

    What changes were proposed in this pull request?
    (Please fill in changes proposed in this fix)
    
    (Fixes: #6304)
    
    How was this patch tested?
    test by spark ut
    KevinyhZou committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    be57db8 View commit details
    Browse the repository at this point in the history
  4. [VL] Daily Update Velox Version (2024_07_09) (#6376)

    Signed-off-by: glutenperfbot <[email protected]>
    Co-authored-by: glutenperfbot <[email protected]>
    GlutenPerfBot and glutenperfbot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f12c51b View commit details
    Browse the repository at this point in the history
  5. [GLUTEN-6378][CH] Support delta count optimizer for the MergeTree for…

    …mat (#6379)
    
    * [GLUTEN-6378][CH] Support delta count optimizer for the MergeTree format
    
    Support delta count optimizer for the MergeTree format:
    
    In Delta, it will use the rule PrepareDeltaScan to optimize the count command, which will directly use the delta meta to response the sql select count(*) from table, now support this optimizer for the MergeTree format.
    
    Close #6378.
    
    * fix ut
    zzcclp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ca35e47 View commit details
    Browse the repository at this point in the history
Loading