jackwener commented on issue #1771: URL: https://github.com/apache/arrow-datafusion/issues/1771#issuecomment-1066078842
It seems that it's resolved, we can close it. ```sql select * from information_schema.TaBleS; +---------------+--------------------+------------+------------+ | table_catalog | table_schema | table_name | table_type | +---------------+--------------------+------------+------------+ | datafusion | information_schema | tables | VIEW | | datafusion | information_schema | columns | VIEW | +---------------+--------------------+------------+------------+ ``` -- 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]
