-
Notifications
You must be signed in to change notification settings - Fork 103
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
V1.8.3 release #521
V1.8.3 release #521
Conversation
sfc-gh-tzhang
commented
Dec 22, 2022
- Upgrade to 1.8.3 from 1.8.2 that includes some fixes for schematization
- Upgrade the SDK version to beta.7 for confluent
Co-authored-by: Toby Zhang <[email protected]>
…nowflake-kafka-connector into schema-mapping-new
@@ -368,7 +368,7 @@ | |||
<dependency> | |||
<groupId>net.snowflake</groupId> | |||
<artifactId>snowflake-ingest-sdk</artifactId> | |||
<version>1.0.2-beta.4</version> | |||
<version>1.0.2-beta.7</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was there some perf regression in 1.0.2-beta.5? I saw some jira from @sfc-gh-lsembera
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there was a perf regression relating to timestamps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but beta.5-beta.7 also contain a bunch of corruption/wrong result fixes, so I think it would be good to upgrade since correctness is more important than performance (for example: https://snowflakecomputing.atlassian.net/browse/SNOW-718273 shows we're hitting it in SFCTEST0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
barring a comment, lgtm!
Codecov Report
@@ Coverage Diff @@
## master #521 +/- ##
==========================================
+ Coverage 87.43% 87.45% +0.02%
==========================================
Files 47 47
Lines 4169 4169
Branches 453 453
==========================================
+ Hits 3645 3646 +1
+ Misses 350 349 -1
Partials 174 174
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |