Jefffrey commented on PR #5183:
URL: 
https://github.com/apache/arrow-datafusion/pull/5183#issuecomment-1416885998

   @alamb you mentioned possibility of removing `OwnedTableReference` 
https://github.com/apache/arrow-datafusion/issues/4532#issuecomment-1415727576
   
   however even though using `Cow` now for `TableReference` so could own the 
string, it still carries lifetime requirements which would make it tedious to 
replace usages of `OwnedTableReference` with `TableReference` and having to 
ensure all the lifetime requirements, so will keep it around for now (unless 
theres some other solution)


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

Reply via email to