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

[log] Fix Lz4ArrowCompressionCodec gets stuck during compression and is unable to flush data error #465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

swuferhong
Copy link
Collaborator

Purpose

Linked issue: #463

Currently, if we try to use FRAME_LZ4 codec in flink job to do compress. The Lz4ArrowCompressionCodec gets stuck in the FramedLZ4CompressorOutputStream during compression and is unable to flush data.

In this pr, we try to introduce a new compress inputsStream/decompress outputStream way refer to Kafka.

Tests

API and Format

Documentation

@swuferhong swuferhong requested a review from wuchong February 21, 2025 09:57
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.

1 participant