You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/07 10:58:56 UTC

[GitHub] [arrow-datafusion] mrob95 opened a new issue, #2848: Implement "SHOW CREATE TABLE" for external tables

mrob95 opened a new issue, #2848:
URL: https://github.com/apache/arrow-datafusion/issues/2848

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   Following on from #2529, it would be good to support external tables in "SHOW CREATE TABLE", [as spark does](https://docs.databricks.com/spark/latest/spark-sql/language-manual/sql-ref-syntax-aux-show-create-table.html).
   
   **Describe the solution you'd like**
   Implement `TableProvider::get_table_definition` for `ListingTable`, as in #2830. This will probably require implementing `Display` for `DFStatement` to convert it back into SQL.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove closed issue #2848: Implement "SHOW CREATE TABLE" for external tables

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2848: Implement "SHOW CREATE TABLE" for external tables
URL: https://github.com/apache/arrow-datafusion/issues/2848


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] psvri commented on issue #2848: Implement "SHOW CREATE TABLE" for external tables

Posted by GitBox <gi...@apache.org>.
psvri commented on issue #2848:
URL: https://github.com/apache/arrow-datafusion/issues/2848#issuecomment-1228734493

   Hello,
   
   If this is still open , I would like to pick this up.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org