Skip to content

Conversation

@YanxuanLiu
Copy link
Owner

No description provided.

wbo4958 and others added 30 commits April 19, 2021 18:51
* add nightly cache tests

Signed-off-by: Raza Jafri <[email protected]>

* addressed review comments

Signed-off-by: Raza Jafri <[email protected]>

* fixed copyright

Signed-off-by: Raza Jafri <[email protected]>

* add serializer to 320

Signed-off-by: Raza Jafri <[email protected]>

* Taking care of SNAPSHOT

Signed-off-by: Raza Jafri <[email protected]>

* added more docs for Serializer per Spark version

Signed-off-by: Raza Jafri <[email protected]>

Co-authored-by: Raza Jafri <[email protected]>
* initial changes to support pivot

* Ensure that we have gpu expressions inbound, and tweak inputProjection

* wip: save column as arrays - not working

Signed-off-by: Niranjan Artal <[email protected]>

* add tests

Signed-off-by: Niranjan Artal <[email protected]>

* remove unwanted imports and extra lines

* fix partial aggregates test

* update tests

Signed-off-by: Niranjan Artal <[email protected]>

* add tests for nans

Signed-off-by: Niranjan Artal <[email protected]>

* fix reduction bug and refactor GpuAggregateFunction

Signed-off-by: Niranjan Artal <[email protected]>

* update docs

Signed-off-by: Niranjan Artal <[email protected]>

* add test for multiple groupby keys and aggregates

Signed-off-by: Niranjan Artal <[email protected]>

* address review comments and fix conflicts

Signed-off-by: Niranjan Artal <[email protected]>

* address review comments

Signed-off-by: Niranjan Artal <[email protected]>

* addressed review comment

Signed-off-by: Niranjan Artal <[email protected]>

Co-authored-by: Alessandro Bellina <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>

Contributes to NVIDIA#2109. Replaces unnecessary typechecks for AutoCloseable with `withResourceIfAllowed`
* Update docs for 0.5 release

Signed-off-by: Sameer Raheja <[email protected]>

* Update download page

Signed-off-by: Sameer Raheja <[email protected]>

* Remove duplicate line

Signed-off-by: Sameer Raheja <[email protected]>

* Update upcoming versions of spark testing readme

Signed-off-by: Sameer Raheja <[email protected]>

* Revert changes in FAQ.md so the log lines match the revision

Signed-off-by: Sameer Raheja <[email protected]>

* Removed "SNAPSHOT" verbiage

Signed-off-by: Sameer Raheja <[email protected]>
* Update PandasUDF doc

Update Pandas UDF doc with more details description

Signed-off-by: Allen Xu <[email protected]>

* Resolve comments

* More doc clean

* doc clean and table reformat

* doc clean

* doc clean

* Doc update

* resolve comments

* Resolve comments

* Resolve comments

* resolve comments

* resolve comments

* Resolve comments
* Updating documentation for data format support

Signed-off-by: Sameer Raheja <[email protected]>

* Update config docs to reflect compatibility doc update

Signed-off-by: Sameer Raheja <[email protected]>
Contributes to NVIDIA#2109 
- unnecessary toSeq
- .size on Array or String causes conversion to SeqLike
- use mnemonic isEmpty/nonEmpty where possible
- substitute map for unzip

Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>

Fix simple collection operations. Contributes to NVIDIA#2109 
- replace map with foreach when the return value is not used
- forall where appropriate
- access head elements without specifying indices.
- simplify index iteration
Signed-off-by: Gera Shegalov <[email protected]>

NVIDIA#2172 broke the shim301db build
This reverts commit c5175b2.

Signed-off-by: Raza Jafri <[email protected]>

Co-authored-by: Raza Jafri <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>

Minor maven cleanup. Contributes to NVIDIA#2109
… fix distributed mode (NVIDIA#2227)

* broadcast AllConfs instead of SQLConf

Signed-off-by: Raza Jafri <[email protected]>

* Fixed scala unit tests

Signed-off-by: Raza Jafri <[email protected]>

* extracted method

Signed-off-by: Raza Jafri <[email protected]>

* addressed review comments

Signed-off-by: Raza Jafri <[email protected]>

Co-authored-by: Raza Jafri <[email protected]>
* added bash continuation and removed --master from Spark args

Signed-off-by: Raza Jafri <[email protected]>

* no especial case needed for cache-tests after the fix

Signed-off-by: Raza Jafri <[email protected]>

Co-authored-by: Raza Jafri <[email protected]>
* Add shuffle doc section on the periodicGC configuration

Signed-off-by: Alessandro Bellina <[email protected]>

* Update docs/additional-functionality/rapids-shuffle.md

Co-authored-by: Jason Lowe <[email protected]>

* Update docs/additional-functionality/rapids-shuffle.md

Co-authored-by: Jason Lowe <[email protected]>

Co-authored-by: Jason Lowe <[email protected]>
sh in ubuntu is dash by default. Dash does not support the env 'PIPESTATUS'.

The dash script sh "ssh ... ; if [ `echo ${PIPESTATUS[0]}` -ne 0 ]; then false; else true; fi" always print '/bin/sh: 1: Bad substitution' and returns `else true` (SUCCESS), no matter it succeeds or fails.

This causes our Jenkins not to fail. So we are not aware of Databricks build/tests failure.

To fix the issue, we enclose the ssh script in `bash -c` to run it as bash script.

Signed-off-by: Tim Liu <[email protected]>
* update cudf version to 0.19.1

Signed-off-by: Peixin Li <[email protected]>

* no change for log print
nvauto and others added 10 commits April 17, 2025 01:28
Merge branch-25.04 into main

Note: merge this PR with **Create a merge commit to merge**
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
Signed-off-by: Yanxuan Liu <[email protected]>
@nvauto
Copy link
Collaborator

nvauto commented Aug 27, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

1 similar comment
@nvauto
Copy link
Collaborator

nvauto commented Aug 27, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@YanxuanLiu YanxuanLiu force-pushed the main branch 2 times, most recently from 5e6e35f to 7484a07 Compare August 28, 2025 02:40
@nvauto
Copy link
Collaborator

nvauto commented Aug 28, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

8 similar comments
@nvauto
Copy link
Collaborator

nvauto commented Aug 28, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Aug 29, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Aug 31, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Aug 31, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Aug 31, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Aug 31, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Sep 5, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Sep 5, 2025

release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Oct 27, 2025

release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

1 similar comment
@nvauto
Copy link
Collaborator

nvauto commented Oct 28, 2025

release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Oct 28, 2025

NOTE: release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

3 similar comments
@nvauto
Copy link
Collaborator

nvauto commented Oct 29, 2025

NOTE: release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Nov 17, 2025

NOTE: release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

@nvauto
Copy link
Collaborator

nvauto commented Nov 21, 2025

NOTE: release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release.

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.