Skip to content

[Feature] Add zstd encoder#11437

Merged
normanmaurer merged 4 commits intonetty:4.1from
skyguard1:add_zstd_encoder
Jul 6, 2021
Merged

[Feature] Add zstd encoder#11437
normanmaurer merged 4 commits intonetty:4.1from
skyguard1:add_zstd_encoder

Conversation

@skyguard1
Copy link
Copy Markdown
Contributor

Motivation:

As discussed in #10422, ZstdEncoder can be added separately

Modification:

Add ZstdEncoder separately

Result:

netty supports ZSTD with ZstdEncoder

@hyperxpro
Copy link
Copy Markdown
Contributor

Please squash all commits into one.

@skyguard1 skyguard1 requested a review from normanmaurer July 2, 2021 03:40
@skyguard1
Copy link
Copy Markdown
Contributor Author

@idelpivnitskiy PTAL if you have some time, thanks

@skyguard1
Copy link
Copy Markdown
Contributor Author

@normanmaurer Thanks

@normanmaurer
Copy link
Copy Markdown
Member

@skyguard1 can you please rebase

Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
@skyguard1
Copy link
Copy Markdown
Contributor Author

@normanmaurer, I've done it

Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
@skyguard1
Copy link
Copy Markdown
Contributor Author

@chrisvest PTAL

skyguard1 added 2 commits July 6, 2021 09:56
Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
@normanmaurer normanmaurer added this to the 4.1.66.Final milestone Jul 6, 2021
@normanmaurer
Copy link
Copy Markdown
Member

I think we can pull this in

@normanmaurer normanmaurer merged commit 266c987 into netty:4.1 Jul 6, 2021
@normanmaurer
Copy link
Copy Markdown
Member

@skyguard1 thanks a lot!

normanmaurer pushed a commit that referenced this pull request Jul 6, 2021
Motivation:

As discussed in #10422, ZstdEncoder can be added separately

Modification:

Add ZstdEncoder separately

Result:

netty supports ZSTD with ZstdEncoder

Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
Co-authored-by: xingrufei <xingrufei@sogou-inc.com>
@skyguard1
Copy link
Copy Markdown
Contributor Author

skyguard1 commented Jul 7, 2021

@normanmaurer It is my pleasure

@skyguard1 skyguard1 deleted the add_zstd_encoder branch July 13, 2021 02:32
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:

As discussed in netty#10422, ZstdEncoder can be added separately

Modification:

Add ZstdEncoder separately

Result:

netty supports ZSTD with ZstdEncoder

Signed-off-by: xingrufei <xingrufei@sogou-inc.com>
Co-authored-by: xingrufei <xingrufei@sogou-inc.com>
dongjoon-hyun added a commit to apache/spark that referenced this pull request Dec 5, 2025
…` license

### What changes were proposed in this pull request?

This PR aims to update `NOTICE-binary` with `Netty` 4.2.7 license.
- https://github.com/netty/netty/blob/netty-4.2.7.Final/NOTICE.txt

### Why are the changes needed?

It seems that we updated `Netty Notice` at Apache Spark `3.0.0-preview` with `Netty 4.1.30.Final`.
- #25544

Since there are many changes like the following, we need to update it by simply copying and pasting.
- Netty 4.1.38.Final
  - netty/netty#9344
- Netty 4.1.44.Final
  - netty/netty#9161
- Netty 4.1.54.Final
  - netty/netty#10773
- Netty 4.1.66.Final
  - netty/netty#11256
  - netty/netty#11437
- Netty 4.1.108.Final
  - netty/netty#13864
- Netty 4.2.1.Final
  - netty/netty#14979
- Netty 4.2.7.Final
  - netty/netty#15658

Additionally, I also double-checked newly added transitive license through ASF [LEGAL-700](https://issues.apache.org/jira/browse/LEGAL-700). We are good to go.

- **Apple Public Source License 2.0**
  - https://spdx.org/licenses/APSL-2.0.html

### Does this PR introduce _any_ user-facing change?

No behavior change.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #53335 from dongjoon-hyun/SPARK-54602.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun added a commit to apache/spark that referenced this pull request Dec 5, 2025
…` license

### What changes were proposed in this pull request?

This PR aims to update `NOTICE-binary` with `Netty` 4.2.7 license.
- https://github.com/netty/netty/blob/netty-4.2.7.Final/NOTICE.txt

### Why are the changes needed?

It seems that we updated `Netty Notice` at Apache Spark `3.0.0-preview` with `Netty 4.1.30.Final`.
- #25544

Since there are many changes like the following, we need to update it by simply copying and pasting.
- Netty 4.1.38.Final
  - netty/netty#9344
- Netty 4.1.44.Final
  - netty/netty#9161
- Netty 4.1.54.Final
  - netty/netty#10773
- Netty 4.1.66.Final
  - netty/netty#11256
  - netty/netty#11437
- Netty 4.1.108.Final
  - netty/netty#13864
- Netty 4.2.1.Final
  - netty/netty#14979
- Netty 4.2.7.Final
  - netty/netty#15658

Additionally, I also double-checked newly added transitive license through ASF [LEGAL-700](https://issues.apache.org/jira/browse/LEGAL-700). We are good to go.

- **Apple Public Source License 2.0**
  - https://spdx.org/licenses/APSL-2.0.html

### Does this PR introduce _any_ user-facing change?

No behavior change.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #53335 from dongjoon-hyun/SPARK-54602.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 191ce4c)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

3 participants