-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the mismatching default configs in integration tests (#11283)
* Add a new interface to retrieve all configs with their defaults; Add a new stage for integration test to populate default configs Signed-off-by: Jihoon Son <[email protected]> * address comments * missing version update in 2.13 pom * fix match arms * take the json file path as an input * add the new config file in the assembly * missing 2.13 change * use maven build directory var * revert unintended change * remove unnecessary clean * Add a new interface to retrieve all configs with their defaults; Add a new stage for integration test to populate default configs Signed-off-by: Jihoon Son <[email protected]> * address comments * missing version update in 2.13 pom * fix match arms * take the json file path as an input * add the new config file in the assembly * missing 2.13 change * use maven build directory var * revert unintended change * remove unnecessary clean * Add things in RapidsConf * missing change for 2.13 * fix directory path for scala 2.13 * exclude jackson from spark-hive * missing change for 2.13 * exclude old jackson stuff from iceberg * copyrights * antrun * fix config file path * move most dump changes to rapids conf - fork generation step with maven.compile.classpath - change to a phase before package Signed-off-by: Gera Shegalov <[email protected]> * clean up after merge * scala 2.13 * more strict arg check * unpack ambiguous string arguments * allow legacy negative scale for decimals for some tests * should fork for RapidsConf * remove System.exit() from RapidsConf.main() * missing change for scala 2.13 * Fix more tests to set configs * add back explicit configs --------- Signed-off-by: Jihoon Son <[email protected]> Signed-off-by: Gera Shegalov <[email protected]> Co-authored-by: Gera Shegalov <[email protected]>
- Loading branch information
1 parent
25be396
commit bc8c577
Showing
17 changed files
with
343 additions
and
85 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.