-
Notifications
You must be signed in to change notification settings - Fork 40
feat: avro support applying field-ids based on name mapping #127
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
base: main
Are you sure you want to change the base?
feat: avro support applying field-ids based on name mapping #127
Conversation
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.
Just a style pass
46391f0
to
7ddeb06
Compare
@wgtmac hi please help me review it again when you’re free. |
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.
Thanks for the update! I have left some comments. Let me know when all test cases are good.
@wgtmac hi, I update code and all test is ok |
13aef21
to
a19781e
Compare
Thanks a lot for reviewing my changes , I’ve updated the code based on your suggestions, please check if there are any other suggestions for this PR? @wgtmac |
const auto& original_attrs = original_node->customAttributesAt(i); | ||
const auto& existing_attrs = original_attrs.attributes(); | ||
for (const auto& attr_pair : existing_attrs) { | ||
attributes.addAttribute(attr_pair.first, attr_pair.second, false); |
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.
Please add this comment.
9ad7bcf
to
c5a71ad
Compare
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
c5a71ad
to
94cee21
Compare
see issue #128