-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add file-create-config to hive config and propagate to file sink #8031
Conversation
✅ Deploy Preview for meta-velox canceled.
|
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.
@tanjialiang LGTM. Thanks!
@@ -595,6 +596,8 @@ uint32_t HiveDataSink::appendWriter(const HiveWriterId& id) { | |||
setMemoryReclaimers(writerInfo_.back().get()); | |||
|
|||
dwio::common::WriterOptions options; | |||
const auto connectorSessionProperties = |
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.
s/const auto connectorSessionProperties/const auto* connectorSessionProperties/
c629936
to
28b3406
Compare
@tanjialiang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
28b3406
to
e82c7fa
Compare
@tanjialiang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@tanjialiang merged this pull request in 62f20e2. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
This change will allow us to specify the write file create options through hive config or session properties.