-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update snappy dependency #445
Update snappy dependency #445
Conversation
@horizonzy @hangc0276 please review |
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.
LGTM.
@@ -250,6 +250,12 @@ | |||
<version>${slf4j.version}</version> | |||
</dependency> | |||
|
|||
<dependency> |
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.
To follow the code style, we can define the snappy-java
in the dependencyManagement
, then refer the snappy-java
in the dependencies
.
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.
Thanks for your contribution @oneebhkhan
LGTM. Thanks. |
* add snappy dependency * change exception to throwable * follow code style for dependency management (cherry picked from commit 3cb63a8)
* add snappy dependency * change exception to throwable * follow code style for dependency management (cherry picked from commit 3cb63a8)
cherry-picked to branch-3.1 and branch-3.0 |
* add snappy dependency * change exception to throwable * follow code style for dependency management (cherry picked from commit 3cb63a8)
* add snappy dependency * change exception to throwable * follow code style for dependency management (cherry picked from commit 3cb63a8)
cherry-picked to branch-2.11 and branch-2.10.5 |
Fixes #444
Motivation
Solve dependency issue to allow Lakehouse Sink Connector to write to local delta tables.
Modifications
Added a snappy dependency to work with M1 Macbook and changed
exception
tothrowable
in SinkWriter.Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Documentation
Check the box below.
Need to update docs?
doc-required
(If you need help on updating docs, create a doc issue)
no-need-doc
(Please explain why)
doc
(If this PR contains doc changes)