ethan-tyler commented on PR #19142:
URL: https://github.com/apache/datafusion/pull/19142#issuecomment-3629764565

   Thanks so much for the review @alamb! Really appreciate you taking the time 
And yeah, you're totally right about the redudent DmlCapabilities. The default 
impl already returns the error, so the capability check is basically just... 
checking if we're going to get an error before we get the error. lol.
   
   Will rip that out and simplify the planner logic. Also adding .context() for 
better errors and I'll throw in some tests for the filter/assignment 
extraction, was thinking a mock TableProvider that just captures what gets 
passed to it so we can assert on it.
   
   Should have something pushed soon. Thanks again for taking the time on this!


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

Reply via email to