mrob95 commented on PR #2830:
URL: 
https://github.com/apache/arrow-datafusion/pull/2830#issuecomment-1175418135

   > I think using format is a good idea (or perhaps sql.to_string()) -- in 
general sqlparser-rs has fairly good coverage for round trip parsing (many of 
the test cases are implemented like that)
   
   I agree, have made this change now.
   
   > I think it is actually in a new information schema table 
information_table.views. For example, in mysql:
   
   This should be fairly simple to do in a separate PR. I also think it would 
be useful to implement "SHOW CREATE TABLE" for external tables at least, so you 
can get a summary of which tables point at which files using what options.


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