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

v2.0.2 release #558

Merged
merged 15 commits into from
Jul 24, 2023
Merged

v2.0.2 release #558

merged 15 commits into from
Jul 24, 2023

Conversation

sfc-gh-tzhang
Copy link
Contributor

Release v2.0.2, this will be used as our first GA release! This release is on branch https://github.com/snowflakedb/snowflake-ingest-java/tree/tzhang-si-ga since we only want to include selected changes on top of v2.0.1 to make sure it's a stable release, anything feature related will be released in v2.0.3 in the future.

sfc-gh-rcheng and others added 9 commits July 20, 2023 00:06
…irements (#510)

* try whitesource token

* Remove cla workflow

* Update README.md with cla and formatting requirements

* Update README.md

---------

Co-authored-by: Xin Huang <xin.huang@snowflake.com>
…0-jre (#534)

fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Lukas Sembera <lukas.sembera@snowflake.com>
This PR retries SSLException, which we have been seeing in client logs.
It additionally evicts idle connections after 60s of inactivity.
…546)

* update pom for vulns

* update pom

* use fasterxml version

* remove hadoop exclusion

* mvn install passes

* passes

* autoformatting

* remove dependency pom

* relocate parquet-hadoop

* dont relocate

* relocate just airlift not parquet-hadoop
@sfc-gh-tzhang sfc-gh-tzhang requested review from a team as code owners July 20, 2023 00:27
Copy link
Collaborator

@sfc-gh-rcheng sfc-gh-rcheng left a comment

Choose a reason for hiding this comment

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

lgtm, cla bot gate failing is ok since we are removing it in this pr

pom.xml Outdated
@@ -6,7 +6,7 @@
<!-- Arifact name and version information -->
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need your other PR as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also confused about the 2 PRs.
Should this just be 2.0.2 ?

Snapshot release should be 2.0.3-SNAPSHOT

Copy link
Contributor Author

@sfc-gh-tzhang sfc-gh-tzhang Jul 24, 2023

Choose a reason for hiding this comment

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

We're releasing on https://github.com/snowflakedb/snowflake-ingest-java/tree/tzhang-si-ga, so I'm porting every change that needs to be included manually one by one, this change comes from e9103dd, I will cherry-pick another which will override this to 2.0.2, see 79b4ea2

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #558 (981ca4d) into tzhang-si-ga (571e45e) will increase coverage by 0.53%.
The diff coverage is 93.10%.

@@               Coverage Diff                @@
##           tzhang-si-ga     #558      +/-   ##
================================================
+ Coverage         78.39%   78.93%   +0.53%     
================================================
  Files                75       75              
  Lines              4666     4685      +19     
  Branches            411      413       +2     
================================================
+ Hits               3658     3698      +40     
+ Misses              827      808      -19     
+ Partials            181      179       -2     
Files Changed Coverage Δ
...et/snowflake/ingest/connection/RequestBuilder.java 76.30% <ø> (ø)
...lake/ingest/streaming/internal/ParquetFlusher.java 52.88% <50.00%> (ø)
...owflake/ingest/streaming/internal/BlobBuilder.java 97.46% <100.00%> (+0.03%) ⬆️
...flake/ingest/streaming/internal/ChunkMetadata.java 100.00% <100.00%> (ø)
...t/snowflake/ingest/streaming/internal/Flusher.java 100.00% <100.00%> (ø)
...ngest/streaming/internal/StreamingIngestUtils.java 89.13% <100.00%> (+3.41%) ⬆️
...main/java/net/snowflake/ingest/utils/HttpUtil.java 77.34% <100.00%> (+6.56%) ⬆️
...rc/main/java/net/snowflake/ingest/utils/Utils.java 56.25% <100.00%> (+1.56%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sfc-gh-tzhang sfc-gh-tzhang merged commit b0a15e5 into tzhang-si-ga Jul 24, 2023
11 of 12 checks passed
@sfc-gh-tzhang sfc-gh-tzhang deleted the tzhang-si-ga-pr branch July 24, 2023 22:04
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.

None yet

10 participants