-
Notifications
You must be signed in to change notification settings - Fork 0
test header check v2 #31
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bobby Wang <[email protected]>
* 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]>
Signed-off-by: Andy Grove <[email protected]>
Signed-off-by: Thomas Graves <[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]>
Signed-off-by: Peixin Li <[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
Signed-off-by: Gera Shegalov <[email protected]>
* 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]>
Signed-off-by: Jason Lowe <[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: Rong Ou <[email protected]>
) Signed-off-by: Jason Lowe <[email protected]>
Signed-off-by: Robert (Bobby) Evans <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]> Minor maven cleanup. Contributes to NVIDIA#2109
Signed-off-by: Alessandro Bellina <[email protected]>
… 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]>
Signed-off-by: Niranjan Artal <[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]>
Signed-off-by: Robert (Bobby) Evans <[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
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]>
|
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
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
5e6e35f to
7484a07
Compare
|
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
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
release/25.10 has been created from main. Please retarget your PR to release/25.10 if it should be included in the release. |
|
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
|
release/25.12 has been created from main. Please retarget your PR to release/25.12 if it should be included in the release. |
|
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
|
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. |
|
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. |
|
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. |
No description provided.