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

GroupsAccumulator for ArrayAgg #229

Open
wants to merge 21 commits into
base: v37
Choose a base branch
from
Open

GroupsAccumulator for ArrayAgg #229

wants to merge 21 commits into from

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    98fbec6 View commit details
    Browse the repository at this point in the history
  2. Add pool_size method to MemoryPool (#218)

    * Add pool_size method to MemoryPool
    
    * Fix
    
    * Fmt
    Dandandan committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cb3341f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    425247e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Minor: Introduce utils::hash for StructArray (apache#8552)

    * hash struct
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * fmt
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * row-wise hash
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * fmt
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * create hashes once
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * cleanup
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * add comment
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    ---------
    
    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 authored and thinkharderdev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cef9a84 View commit details
    Browse the repository at this point in the history
  2. Minor: Fix incorrect indices for hashing struct (apache#8775)

    * fix bug
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * fmt
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    * add rowsort
    
    Signed-off-by: jayzhan211 <[email protected]>
    
    ---------
    
    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 authored and thinkharderdev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f69abae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70797a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix ApproxPercentileAccumulator on zero values (apache#9582)

    * Fix ApproxPercentileAccumulator
    
    * Imports
    
    * Use return type
    Dandandan committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fce8bf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    d88e414 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    b2225c4 View commit details
    Browse the repository at this point in the history
  2. fmt

    lkt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b637f84 View commit details
    Browse the repository at this point in the history
  3. Fix size

    lkt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0217847 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    ca793b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Small fic

    lkt committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5e25fa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. String support in array_agg

    lkt committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3885af2 View commit details
    Browse the repository at this point in the history
  2. fmt

    lkt committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c4c2d96 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Remove comment

    lkt committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1913c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Not compiling generics problem

    lkt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    917f632 View commit details
    Browse the repository at this point in the history
  2. Pass datatype to PrimitiveBuilder

    lkt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d79c534 View commit details
    Browse the repository at this point in the history
  3. remove feature

    lkt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4e81e04 View commit details
    Browse the repository at this point in the history
  4. Delete temp file

    lkt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fa702e8 View commit details
    Browse the repository at this point in the history
  5. Respond to review

    lkt committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    85b0db5 View commit details
    Browse the repository at this point in the history