You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "hubgeter (via GitHub)" <gi...@apache.org> on 2023/06/28 12:32:56 UTC

[GitHub] [doris] hubgeter opened a new pull request, #21302: [fix](create table) modify varchar default length 1 to 65533

hubgeter opened a new pull request, #21302:
URL: https://github.com/apache/doris/pull/21302

   ## Proposed changes
   
   *modify archer default length 1 to  varchar.max.length , when create table.*
   
   
   <!--Describe your changes.-->
   ```mysql
   create table t2 (             
   k1 CHAR,              
   K2 CHAR(10) ,               
   K3 VARCHAR ,             
    K4 VARCHAR(1024) )              
   duplicate key (k1)              
   distributed by hash(k1) buckets 1              
   properties('replication_num' = '1');  
   
   desc t2;
   ```
   
   
   
   | Field | Type           | Null | Key   | Default | Extra |
   | -- |--|--| -| -| -| 
   | k1    | CHAR(1)        | Yes  | true  | NULL    |       |
   | K2    | CHAR(10)       | Yes  | false | NULL    | NONE  |
   | K3    | VARCHAR(65533) | Yes  | false | NULL    | NONE  |
   | K4    | VARCHAR(1024)  | Yes  | false | NULL    | NONE  |
   
   
   
   
   ## 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] hubgeter commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] hubgeter commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   应该OK了吧😭


-- 
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] hubgeter commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   run ut


-- 
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 #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] yiguolei commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] github-actions[bot] commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] morningman commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] kaka11chen commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   LGTM


-- 
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 #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] yiguolei commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   @hubgeter  code format is wrong, pls fix it,


-- 
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] hubgeter commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   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] morningman merged pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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


-- 
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] yiguolei commented on pull request #21302: [fix](create table) modify varchar default length 1 to 65533

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

   run ut


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