belugabehr opened a new pull request #736: URL: https://github.com/apache/orc/pull/736
### What changes were proposed in this pull request? The code to flush first loads (copies) the data into a Text object and then writes it to the direct stream. Instead, pass the directStream to the dictionary and have it write directly to the stream instead of an intermediate Text object. ### Why are the changes needed? Performance. ### How was this patch tested? No change in behavior so using existing unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
