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

   ### Rationale for this change
   
   Allow skipping Go struct fields when serializing to Parquet by using a tag 
`parquet:"-"`, similarly to the standard Go JSON implementation.
   
   ### What changes are included in this PR?
   
   Add `Exclude` to the taggedInfo struct, which is used by `typeToNode` to 
skip the  associated struct field.
   
   ### Are these changes tested?
   
   Yes, I modified an existing test to add a new excluded field.  (I'm also 
using this change locally to read and write parquet files with existing Go 
structs.)
   
   ### Are there any user-facing changes?
   
   Yes, this modifies usage of the `parquet` tag.  I couldn't find any relevant 
documentation that needs to be updated though; if there is any please let me 
know and I will do so.


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