You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "guixiaowen (via GitHub)" <gi...@apache.org> on 2023/11/26 15:11:08 UTC

[PR] [SPARK-46106]If the hive table is a table, the outsourcing information will be displayed during ShowCreateTableCommand. #44018 [spark]

guixiaowen opened a new pull request, #44019:
URL: https://github.com/apache/spark/pull/44019

   … will be displayed during ShowCreateTableCommand.
   
   What changes were proposed in this pull request?
   If the hive table is a table, the outsourcing information will be displayed during ShowCreateTableCommand.
   
   For example:
   CREATE EXTERNAL TABLE test_extaral_1 (a String);
   
   When using SHOW CREATE TABLE test, if it is an external table, it is not displayed whether it is an external table.
   
   spark-sql> show create table test_extaral_1;
   createtab_stmt
   CREATE TABLE test.test_extaral_1 (
   a STRING)
   USING orc
   LOCATION '/test/test_extaral_1'
   
   You can modify the display and see whether it is the appearance。
   
   spark-sql> show create table test_extaral_1;
   createtab_stmt
   
   CREATE EXTERNAL TABLE test.test_extaral_1 (
   a STRING)
   USING orc
   CREATE EXTERNAL TABLE test.test_extaral_1 (
   LOCATION '/test/test_extaral_1'
   
   Why are the changes needed?
   This can help users quickly distinguish between internal and external surfaces。
   
   Does this PR introduce any user-facing change?
   NO
   
   How was this patch tested?
   Was this patch authored or co-authored using generative AI tooling?


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46106]If the hive table is a table, the outsourcing information will be displayed during ShowCreateTableCommand. #44018 [spark]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #44019:
URL: https://github.com/apache/spark/pull/44019#issuecomment-1986591779

   We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
   If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46106]If the hive table is a table, the outsourcing information will be displayed during ShowCreateTableCommand. #44018 [spark]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #44019: [SPARK-46106]If the hive table is a table, the outsourcing information will be displayed during ShowCreateTableCommand. #44018
URL: https://github.com/apache/spark/pull/44019


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org