cyberbeam524 commented on PR #21714: URL: https://github.com/apache/datafusion/pull/21714#issuecomment-4515127934
<img width="512" height="298" alt="image" src="https://github.com/user-attachments/assets/f98cdea5-0f39-48ff-86f4-4cf383542b03" /> Based on what I understand, correct me if im wrong, this is how the different parts fit together 1. Logical Plane: This PR (#21714) maps user SQL keywords (UUID/JSON) to physical base types while successfully attaching the key ARROW:extension metadata tags. 2. Logical Plane Safety: PR #22162 acts as a firewall, stripping this metadata out during base-type operations to avoid downstream tag pollution. 3. Physical Plane Engine: PR #21071 creates the ExtensionTypeRegistry trait to implement actual Rust execution handlers, built on top of the canonical definitions in PR #20312. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
