jayzhan211 commented on PR #14057:
URL: https://github.com/apache/datafusion/pull/14057#issuecomment-2642508907

   @chenkovsky You mentioned that the issues of #14362 are 1) duplicated field 
issues 2) HashMap
   
   I think overall datafusion only care about the system columns that are 
generated by datafusion, other system columns from other engine should be 
considered normal columns, but since this is just based on my guess not from 
any practical experience, is there any concern of this assumption?
   
   For HashMap, I don't think it has performance issue since we only check 
boolean from it and we don't need to access it frequently given the field 
should be fixed once created.


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