CurtHagenlocher opened a new pull request, #35699:
URL: https://github.com/apache/arrow/pull/35699

   ### Rationale for this change
   
   The FlatBuffers definitions in the C# code don't seem to have been updated 
for a while. Adding the latest FlatBuffers code ensures that we're up to date 
with both the Arrow definitions and the FlatBuffers compiler.
   
   ### What changes are included in this PR?
   
   The latest version of the C# FlatBuffers runtime files were copied into the 
project (with visibility changed from public to internal).
   The latest version of the FlatBuffers compiler was used against the latest 
version of the Arrow .fbs source. The output of the compiler was edited to more 
closely match the existing code by moving it into the directory structure and 
namespaces of the existing classes and by changing class visibility from public 
to internal.
   A few small changes were made to the existing source to accommodate changes 
in the FlatBuffers runtime, most specifically that the files have moved from 
the namespace "FlatBuffers" to the namespace "Google.FlatBuffers".
   
   ### Are these changes tested?
   
   No substantive product changes were made. All tests still pass.
   
   ### Are there any user-facing changes?
   
   No.
   
   Resolves #35698 


-- 
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]

Reply via email to