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

Feature/259 spark 3.2 #260

Merged
merged 18 commits into from
Aug 3, 2022
Merged

Feature/259 spark 3.2 #260

merged 18 commits into from
Aug 3, 2022

Conversation

kevinwallimann
Copy link
Collaborator

@kevinwallimann kevinwallimann commented Feb 10, 2022

Closes #259

Removed a test case in TestConfigUtils that checked that ConfigUtils.getOptionalBoolean("1") throws an exception. In that test, "1" was simply used as an example for an invalid value. With commons-text v3.10.0, see apache/commons-lang#502, "1" was added to the valid values for true, therefore indeed no exception is thrown, which is the new expected behavior.

@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Apr 8, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kevinwallimann kevinwallimann marked this pull request as ready for review July 29, 2022 07:57
pom.xml Outdated
@@ -112,11 +112,18 @@

<!-- Spark versions -->
<spark_2.version>2.4.3</spark_2.version>
<spark_3.version>3.1.2</spark_3.version>
<spark_3.version>3.2.1</spark_3.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should upgrade it to 3.2.2 because of https://nvd.nist.gov/vuln/detail/CVE-2022-33891

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Signed-off-by: Kevin Wallimann <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kevinwallimann kevinwallimann merged commit 3c36424 into develop Aug 3, 2022
@kevinwallimann kevinwallimann deleted the feature/259-spark-3.2 branch August 3, 2022 15:06
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.

Upgrade to Spark 3.2.1
2 participants