-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Cherry-pick "[HUDI-9322] Optimizing performance for hoodie log files writing" #13181
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
Conversation
@@ -34,7 +35,7 @@ public abstract class BaseAvroPayload implements Serializable { | |||
/** | |||
* Avro data extracted from the source converted to bytes. | |||
*/ | |||
protected final byte[] recordBytes; | |||
protected final ByteArrayOutputStream recordBytesStream; |
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.
Is ByteArrayOutputStream
serializable?
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.
updated, ptal 🌹
I just did a cherrypick and forced pushed to |
Hey Voon, I didn't see this commit in release-1.0.2. Actually, some minor updating to the original commit is needed before picked to 1.0.2, I'll take the cherry-pick, and will update it soon. |
@hudi-bot run azure |
Change Logs
Cherry-pick "[HUDI-9322] Optimizing performance for hoodie log files writing"
Impact
Improve log writing performance, include regular write and metadata table write.
Risk level (write none, low medium or high below)
low
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist