Samrose-Ahmed commented on PR #7663:
URL:
https://github.com/apache/arrow-datafusion/pull/7663#issuecomment-1742440996
I've updated the PR.
I've fixed a correctness issue needed for this PR with mapping the Avro and
Arrow schema as well, the Avro Record name should not be used in Arrow (the
code that was doing `&format!("{}.{}", name.fullname(None), field.name)`, only
the field names should be used, the record name is an Avro concept used for
schema merging/references. I've added a test for that as well.
--
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]