You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Yulei-Yang (via GitHub)" <gi...@apache.org> on 2023/04/25 03:43:37 UTC

[GitHub] [doris] Yulei-Yang opened a new pull request, #19030: [Improvement](meta) support return no partition info for show_create_table

Yulei-Yang opened a new pull request, #19030:
URL: https://github.com/apache/doris/pull/19030

   Some tables have a mount of partitions, when use show create table stmt on them, you will get so many lines of result that a whole screen cannot  show them all, even if you scroll up to the top.
   
   show create table table2;
   | table2 | CREATE TABLE `table2` (
     `k1` int(11) NULL COMMENT 'test column k1',
     `k2` int(11) NULL COMMENT 'test column k2'
   ) ENGINE=OLAP                                        
   DUPLICATE KEY(`k1`, `k2`)
   COMMENT 'test table1'          
   PARTITION BY RANGE(`k1`)           
   (PARTITION p01 VALUES [("-2147483648"), ("10")),
   PARTITION p02 VALUES [("10"), ("100"))) 
    DISTRIBUTED BY HASH(`k1`) BUCKETS 1
   PROPERTIES (                                                                                                                        
   "replication_allocation" = "tag.location.default: 1",
   "storage_format" = "V2",
   "light_schema_change" = "true",
   "disable_auto_compaction" = "false"
   );
   
   
   show create table table2 brief;
   | table2 | CREATE TABLE `table2` (  `k1` int(11) NULL COMMENT 'test column k1',
     `k2` int(11) NULL COMMENT 'test column k2'
   ) ENGINE=OLAP
   DUPLICATE KEY(`k1`, `k2`)
   COMMENT 'test table1'
   DISTRIBUTED BY HASH(`k1`) BUCKETS 1
   PROPERTIES (
   "replication_allocation" = "tag.location.default: 1",
   "storage_format" = "V2",
   "light_schema_change" = "true",
   "disable_auto_compaction" = "false"
   ); |
   
   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   * [ ] Does it affect the original behavior
   * [x] Has unit tests been added
   * [x] Has document been added or modified
   * [ ] Does it need to update dependencies
   * [x] Is this PR support rollback (If NO, please explain WHY)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #19030: [Improvement](meta) support return no partition info for show_create_table

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

   PR approved by anyone and no changes requested.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #19030: [Improvement](meta) support return no partition info for show_create_table

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

   PR approved by at least one committer and no changes requested.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Yulei-Yang commented on pull request #19030: [Improvement](meta) support return no partition info for show_create_table

Posted by "Yulei-Yang (via GitHub)" <gi...@apache.org>.
Yulei-Yang commented on PR #19030:
URL: https://github.com/apache/doris/pull/19030#issuecomment-1521180405

   run p0


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman merged pull request #19030: [Improvement](meta) support return no partition info for show_create_table

Posted by "morningman (via GitHub)" <gi...@apache.org>.
morningman merged PR #19030:
URL: https://github.com/apache/doris/pull/19030


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Yulei-Yang commented on pull request #19030: [Improvement](meta) support return no partition info for show_create_table

Posted by "Yulei-Yang (via GitHub)" <gi...@apache.org>.
Yulei-Yang commented on PR #19030:
URL: https://github.com/apache/doris/pull/19030#issuecomment-1521116802

   run buildall


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Yulei-Yang commented on pull request #19030: [Improvement](meta) support return no partition info for show_create_table

Posted by "Yulei-Yang (via GitHub)" <gi...@apache.org>.
Yulei-Yang commented on PR #19030:
URL: https://github.com/apache/doris/pull/19030#issuecomment-1523267901

   run buildall


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org