Dodothereal opened a new pull request, #23131: URL: https://github.com/apache/datafusion/pull/23131
Removes the deprecated ViewTable::try_new constructor (deprecated since 47.0.0). A repo-wide grep confirms zero callers; the only inline references are the function definition itself plus the deprecated attribute lines. Pure 11-line deletion. Closes #23080 (partial - second removal in this housekeeping series after #23129). AI assistance: used an AI coding assistant to identify and minimally remove the unused deprecated constructor; verified via repo-wide grep that the symbol has no callers. -- 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]
