zeroshade opened a new pull request, #352:
URL: https://github.com/apache/arrow-go/pull/352

   ### Rationale for this change
   Closes #348 
   
   This is heavily based on https://github.com/apache/arrow/pull/45375 for 
reference.
   
   ### What changes are included in this PR?
   Initial implementation of the Variant Logical Type in the Parquet schema 
package and an arrow extension type to represent it.
   
   This *does not* implement actually encoding or decoding the variant data, 
nor does it implement actually reading or writing data. To this end, the 
extension type *is not exposed* or otherwise exported from this package 
currently so it can only be constructed internally for now until there is a 
standardized canonical extension representation for it.
   
   ### Are these changes tested?
   Yes, unit tests are added for the changes.
   
   ### Are there any user-facing changes?
   Only the new types and ability to manipulate schemas with Variant annocated 
fields.
   


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