milenkovicm opened a new issue, #14654:
URL: https://github.com/apache/datafusion/issues/14654

   ### Is your feature request related to a problem or challenge?
   
   As discussed in https://github.com/apache/datafusion-ballista/issues/1164 
DML statement has table reference instead of table source, which as implication 
impacts usability in case of ser/de logical plan. After deserialisation another 
table lookup need to be performed which impacts usability in case of ballista 
(where we keep two separate session context and only one of them has table 
definition)
   
   ### Describe the solution you'd like
   
   Add table source to the `LogicalPlan::DML` so we can eliminate lookup to 
resolve table reference. 
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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