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

Merge branch-24.04 into main [skip ci] #80

Closed
wants to merge 150 commits into from
Closed

Conversation

nvauto
Copy link
Collaborator

@nvauto nvauto commented Apr 10, 2024

Change version to 24.04.0

Note: merge this PR with Create a merge commit to merge

nvauto and others added 30 commits January 24, 2024 09:19
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]
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]
nvauto and others added 28 commits March 14, 2024 10:30
* 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]>
* 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]>
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]>
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]>
* 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]>
* Update blossom-ci.yml

* Update blossom-ci.yml

Signed-off-by: YanxuanLiu <[email protected]>

---------

Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: jenkins <jenkins@localhost>
@NvTimLiu NvTimLiu closed this Apr 10, 2024
@NvTimLiu NvTimLiu deleted the branch-24.04-to-main branch April 11, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.