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

Adopt JSONUtils.concatenateJsonStrings for concatenating JSON strings #11549

Merged
merged 19 commits into from
Oct 15, 2024

Commits on Sep 9, 2024

  1. Using the new concat_json JNI function

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    874ac28 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Cleanup

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    95722c5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-24.10' into new_concat

    # Conflicts:
    #	sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuJsonReadCommon.scala
    #	sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuJsonToStructs.scala
    ttnghia committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2f58fba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'branch-24.10' into new_concat

    # Conflicts:
    #	sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuJsonReadCommon.scala
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    68344f7 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    61edf09 View commit details
    Browse the repository at this point in the history
  3. Fix style

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    94eb781 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    29a4e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb2ce1 View commit details
    Browse the repository at this point in the history
  3. Fix null replacement order

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a91136 View commit details
    Browse the repository at this point in the history
  4. Update test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2ba8e9f View commit details
    Browse the repository at this point in the history
  5. Rename variable

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ce0dfb6 View commit details
    Browse the repository at this point in the history
  6. Update test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d541e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Use JSONUtils.makeStructs

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b27b22c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Add NvtxRange

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    682cd62 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix style

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0b0f9f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 11, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Update test

    Signed-off-by: Nghia Truong <nghiat@nvidia.com>
    ttnghia committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    62d9045 View commit details
    Browse the repository at this point in the history