forked from NVIDIA/spark-rapids-jni
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge branch-24.04 into main [skip ci] #80
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
* Init version 24.04.0-SNAPSHOT Signed-off-by: Tim Liu <[email protected]> * Copyright 2024 Signed-off-by: Tim Liu <[email protected]> --------- Signed-off-by: Tim Liu <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
…IDIA#1742) Signed-off-by: spark-rapids automation <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
) Signed-off-by: Jason Lowe <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
…IDIA#1750) Signed-off-by: spark-rapids automation <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.02 to branch-24.04 [skip ci] [bot]
…IDIA#1753) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1754) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1755) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1756) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1871) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1872) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1873) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1875) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1876) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1878) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1879) Signed-off-by: spark-rapids automation <[email protected]>
* change container name Signed-off-by: YanxuanLiu <[email protected]> * add guardword for cloud server Signed-off-by: YanxuanLiu <[email protected]> --------- Signed-off-by: YanxuanLiu <[email protected]>
…IDIA#1880) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1881) Signed-off-by: spark-rapids automation <[email protected]>
…IDIA#1883) Signed-off-by: spark-rapids automation <[email protected]>
* Use rapids-cmake to pin cudf dependencies to known working SHA1's * Use git download rapids-cmake So that we can get SHA Use same format of CopyRight Use cudf/rapids_config.cmake which is renamed from fetch_rapids.cmake Update versions to latest Signed-off-by: Gary Shen <[email protected]> * Commit cudf to the latest code before mvn verify Signed-off-by: Gary Shen <[email protected]> * Remove the first commit of cudf since the second one can commit it at once Signed-off-by: Gary Shen <[email protected]> --------- Signed-off-by: Gary Shen <[email protected]> Co-authored-by: Robert Maynard <[email protected]>
…IDIA#1884) Signed-off-by: spark-rapids automation <[email protected]>
This reverts commit d8771da. Signed-off-by: Jason Lowe <[email protected]>
Signed-off-by: Tim Liu <[email protected]>
Refer to: NVIDIA/spark-rapids#10624 As latest maven-gpg-plugin has the issue "error 401 Unauthorized" when deploy files onto Sonatype repo, we pin it to the stable version 3.1.0 to unblock our release process. Signed-off-by: Tim Liu <[email protected]>
…IDIA#1902) Signed-off-by: spark-rapids automation <[email protected]>
Add user YanxuanLiu and remove pxLi Signed-off-by: Tim Liu <[email protected]>
* get-json-object: Add JSON parser and parser utility (NVIDIA#1836) * Add Json Parser; Add Json Parser utility; Define internal interfaces; Copy get-json-obj CUDA code from cuDF; Signed-off-by: Chong Gao <[email protected]> * Code format --------- Signed-off-by: Chong Gao <[email protected]> Co-authored-by: Chong Gao <[email protected]> * get-json-object: match current field name (NVIDIA#1857) Signed-off-by: Chong Gao <[email protected]> Co-authored-by: Chong Gao <[email protected]> * get-json-object: add utility write_escaped_text for JSON generator (NVIDIA#1863) Signed-off-by: Chong Gao <[email protected]> Co-authored-by: Chong Gao <[email protected]> * Add JNI for GetJsonObject (NVIDIA#1862) * Add JNI for GetJsonObject Signed-off-by: Haoyang Li <[email protected]> * clean up Signed-off-by: Haoyang Li <[email protected]> * Parse json path in plugin Signed-off-by: Haoyang Li <[email protected]> * Apply suggestions from code review Co-authored-by: Nghia Truong <[email protected]> * Use table_view Signed-off-by: Haoyang Li <[email protected]> * Update java Signed-off-by: Haoyang Li <[email protected]> * Apply suggestions from code review Co-authored-by: Nghia Truong <[email protected]> * clean up Signed-off-by: Haoyang Li <[email protected]> * use matched enum for type Signed-off-by: Haoyang Li <[email protected]> * clean up Signed-off-by: Haoyang Li <[email protected]> * upmerge Signed-off-by: Haoyang Li <[email protected]> * format Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Haoyang Li <[email protected]> Co-authored-by: Nghia Truong <[email protected]> * get-json-object: main flow (NVIDIA#1868) Signed-off-by: Chong Gao <[email protected]> Co-authored-by: Chong Gao <[email protected]> * Optimize memory usage in match_current_field_name (NVIDIA#1889) * Optimize match_current_field_name using less memory Signed-off-by: Chong Gao <[email protected]> * Convert a function to device code * Add a JNI test case * Add JNI test case * Change nesting depth to 4 * Change nesting depth to 8 to fix test Signed-off-by: Haoyang Li <[email protected]> * remove clang format change Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Chong Gao <[email protected]> Signed-off-by: Haoyang Li <[email protected]> Co-authored-by: Chong Gao <[email protected]> * get-json-object: Recursive to iterative (NVIDIA#1890) * Change recursive to iterative Signed-off-by: Chong Gao <[email protected]> --------- Signed-off-by: Chong Gao <[email protected]> Co-authored-by: Chong Gao <[email protected]> * Fix bug * Format * Use uppercase for path_instruction_type Signed-off-by: Haoyang Li <[email protected]> * Add test cases from Baidu * Fix escape char error; add test case * getJsonObject number normalization (NVIDIA#1897) * Support number normalization Signed-off-by: Haoyang Li <[email protected]> * delete cpp test and add a java test case Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Haoyang Li <[email protected]> * Add test case * Fix a escape/unescape size bug Signed-off-by: Haoyang Li <[email protected]> * Fix bug: handle leading zeros for number; Refactor * Apply suggestions from code review Co-authored-by: Nghia Truong <[email protected]> * Address comments Signed-off-by: Haoyang Li <[email protected]> * fix java test Signed-off-by: Haoyang Li <[email protected]> * Add test cases; Fix a bug * follow up escape/unescape bug fix Signed-off-by: Haoyang Li <[email protected]> * Minor refactor * Add a case; Fix bug --------- Signed-off-by: Chong Gao <[email protected]> Signed-off-by: Haoyang Li <[email protected]> Co-authored-by: Chong Gao <[email protected]> Co-authored-by: Haoyang Li <[email protected]> Co-authored-by: Nghia Truong <[email protected]>
…IDIA#1913) Signed-off-by: spark-rapids automation <[email protected]>
* Set LIBCUDF_LOGGING_LEVEL to allow us to turn off rmm log Signed-off-by: Alessandro Bellina <[email protected]> * Update copyright --------- Signed-off-by: Alessandro Bellina <[email protected]>
* Support cudf pin with rapids-cmake (NVIDIA#1877) * Use rapids-cmake to pin cudf dependencies to known working SHA1's * Use git download rapids-cmake So that we can get SHA Use same format of CopyRight Use cudf/rapids_config.cmake which is renamed from fetch_rapids.cmake Update versions to latest Signed-off-by: Gary Shen <[email protected]> * Commit cudf to the latest code before mvn verify Signed-off-by: Gary Shen <[email protected]> * Remove the first commit of cudf since the second one can commit it at once Signed-off-by: Gary Shen <[email protected]> --------- Signed-off-by: Gary Shen <[email protected]> Co-authored-by: Robert Maynard <[email protected]> * Update cudf pin versions Signed-off-by: Jason Lowe <[email protected]> * Update pin versions Signed-off-by: Jason Lowe <[email protected]> --------- Signed-off-by: Gary Shen <[email protected]> Signed-off-by: Jason Lowe <[email protected]> Co-authored-by: Gary Shen <[email protected]> Co-authored-by: Robert Maynard <[email protected]>
* change container name Signed-off-by: YanxuanLiu <[email protected]> * update actions version Signed-off-by: YanxuanLiu <[email protected]> * update 2024 copyright Signed-off-by: YanxuanLiu <[email protected]> --------- Signed-off-by: YanxuanLiu <[email protected]>
…IDIA#1934) Signed-off-by: spark-rapids automation <[email protected]>
* Update blossom-ci.yml * Update blossom-ci.yml Signed-off-by: YanxuanLiu <[email protected]> --------- Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: Tim Liu <[email protected]>
Signed-off-by: jenkins <jenkins@localhost>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change version to 24.04.0
Note: merge this PR with Create a merge commit to merge