alamb opened a new pull request, #16320:
URL: https://github.com/apache/datafusion/pull/16320

   - Draft until https://github.com/apache/datafusion/pull/16317 is merged
   
   ## Which issue does this PR close?
   
   - Follow on to https://github.com/apache/datafusion/pull/16317
   
   ## Rationale for this change
   We are working metadata through DataFusion as part of supporting extension 
types
   so having a single unified representation to work on will make the code 
easier
   to do. I added `FieldMetadata` to avoid the use of `BTreeMap` direcectly, 
but found
   there were still places that used `HashMap` to pass metadata around directly
   
   
   
   
   ## What changes are included in this PR?
   
   Let's use FieldMetadata everywhere
   
   
   ## Are these changes tested?
   
   By CI
   ## Are there any user-facing changes?
   
   This is an API change, but I think it sets us up for unified and efficient 
metadata handling in DataFusion
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to