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

Implement concat_json to join JSON strings given by strings column #2457

Open
wants to merge 23 commits into
base: branch-24.10
Choose a base branch
from

Commits on Aug 30, 2024

  1. add concat_jsons

    karthikeyann committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cd235e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix compile error

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c1c022e View commit details
    Browse the repository at this point in the history
  2. Optimize stream sync

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    033f07e View commit details
    Browse the repository at this point in the history
  3. Fix interface

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6d86005 View commit details
    Browse the repository at this point in the history
  4. Add JNI binding

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    02c7636 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    fbe9620 View commit details
    Browse the repository at this point in the history
  2. Change delimiter Java type

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ec2e877 View commit details
    Browse the repository at this point in the history
  3. Fix null mask

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2768577 View commit details
    Browse the repository at this point in the history
  4. Return is_valid column

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    081a14e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Separate input and output validity

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c41b947 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 25, 2024

  1. Merge branch 'branch-24.10' into concat_json

    # Conflicts:
    #	thirdparty/cudf
    ttnghia committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0cbb8a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    13278f0 View commit details
    Browse the repository at this point in the history
  2. Change delimiter type from byte to char, and rewrite docs

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c67a195 View commit details
    Browse the repository at this point in the history
  3. Restore source file

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0e919d2 View commit details
    Browse the repository at this point in the history
  4. Rename file

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    652e0ea View commit details
    Browse the repository at this point in the history
  5. Add new source file

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8470ea1 View commit details
    Browse the repository at this point in the history
  6. Add file to cmake

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c19a3df View commit details
    Browse the repository at this point in the history
  7. Optimize implementation

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    91769c7 View commit details
    Browse the repository at this point in the history
  8. Fix start character

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    45a929f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    dae0081 View commit details
    Browse the repository at this point in the history
  2. Check for delimiter if the character is acceptable

    Signed-off-by: Nghia Truong <[email protected]>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cab47c1 View commit details
    Browse the repository at this point in the history