juliuszsompolski commented on issue #27897: [SPARK-31113][SQL] Add SHOW VIEWS command URL: https://github.com/apache/spark/pull/27897#issuecomment-602543674 > It looks like a bug that we don't implement GetTablesOperation correctly in 3.0, as SHOW VIEWS is missing. I'm fine to backport this PR, or we can revert the support of GetTablesOperation. @wangyum what do you think? We do implement GetTablesOperation correctly in 3.0, just that Simba does not use it yet - but keeps using the workaround they used before. Once Simba fixes it in the drivers to start using the newly implemented GetTablesOperation, the issue will be resolved without SHOW VIEWS. Simba is working on it and their ETA is to release fixed drivers in mid-April. But then Tableau and PowerBI need to integrate it and release patches - this would add another 4-6 weeks, and then end users have to upgrade, which is another delay. Even though it will be fixed on the drivers side, I would propose to back-port SHOW VIEWS just to avoid the breakage for users that don't update the client.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
