init-js commented on issue #15837:
URL: https://github.com/apache/datafusion/issues/15837#issuecomment-2831917552

   I managed to work around this by creating a `UserDefinedLogicalNodeCore` 
implementation which simply remaps the schema field ids. That was fun because I 
learned a lot, but was more complicated than anticipated (I needed a 
QueryPlanner, an ExtensionPlanner, and ExecutionPlan, etc), plus modifying the 
SessionState everywhere I want to use my extension.
   
    


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