The objectId (i.e. the followee or unfollowee) of a graph change announcement is missing from the output when reading from a parquet batch created with the SDK. It turns out this field is never written to the file.
Solution
Add objectId to the parquet schema for graph change announcements.
Double Checks:
[X] Did you update the changelog?
[X] Any new modules need to be exported?
[X] Are new methods in the right module?
[X] Are new methods/modules in core or not (i.e. porcelain or plumbing)?
[X] Do you have good documentation on exported methods?
Change summary:
Add objectId to GraphChangeSchema
Also add objectId to GraphChangeSchema test.
Steps to Verify:
Write a GraphChange annoucement to a batch file.
Either inspect the file directly or read its contents.
Problem
The objectId (i.e. the followee or unfollowee) of a graph change announcement is missing from the output when reading from a parquet batch created with the SDK. It turns out this field is never written to the file.
Solution
Add
objectId
to the parquet schema for graph change announcements.Double Checks:
Change summary:
objectId
toGraphChangeSchema
objectId
toGraphChangeSchema
test.Steps to Verify:
objectId
.