You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/30 13:18:40 UTC

[GitHub] [incubator-doris] xinyiZzz opened a new pull request, #9864: [Enhancement] Support select specify tablet id

xinyiZzz opened a new pull request, #9864:
URL: https://github.com/apache/incubator-doris/pull/9864

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem Summary:
   
   select specifies the tablet id for data sampling, for example:
   ```
   SELECT * FROM db1.table1 TABLET(10031,10032,10033)
   ```
   
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (Yes/No/I Don't know)
   2. Has unit tests been added: (Yes/No/No Need)
   3. Has document been added or modified: (Yes/No/No Need)
   4. Does it need to update dependencies: (Yes/No)
   5. Are there any changes that cannot be rolled back: (Yes/No)
   
   ## 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] [incubator-doris] caiconghui commented on pull request #9864: [Enhancement] Support select specify tablet id

Posted by GitBox <gi...@apache.org>.
caiconghui commented on PR #9864:
URL: https://github.com/apache/incubator-doris/pull/9864#issuecomment-1141839956

   better not providing select tablet id to normal user,normal user only need to know about table,which make doris easy and simple. I think admin can select * from tablet id directly for debug,but for normal user,tablet id is invisible


-- 
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] [incubator-doris] xinyiZzz commented on pull request #9864: [Enhancement] Support select specify tablet id

Posted by GitBox <gi...@apache.org>.
xinyiZzz commented on PR #9864:
URL: https://github.com/apache/incubator-doris/pull/9864#issuecomment-1143293146

   >The tablet id is unique in doris, If we specify tablet id here, why do we need table? since we could get table using tabletid.
   
   > better not providing select tablet id to normal user,normal user only need to know about table,which make doris easy and simple. I think admin can select * from tablet id directly for debug,but for normal user,tablet id is invisible
   
   `select tablet` is normally not exposed to the user, which is a sub-function of data sampling.
   
   I will submit this api in a unity pr.


-- 
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] [incubator-doris] yiguolei commented on pull request #9864: [Enhancement] Support select specify tablet id

Posted by GitBox <gi...@apache.org>.
yiguolei commented on PR #9864:
URL: https://github.com/apache/incubator-doris/pull/9864#issuecomment-1141815457

   The tablet id is unique in doris, If we specify tablet id here, why do we need table? since we could get table  using tabletid.


-- 
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] [incubator-doris] EmmyMiao87 closed pull request #9864: [Enhancement] Support select specify tablet id

Posted by GitBox <gi...@apache.org>.
EmmyMiao87 closed pull request #9864: [Enhancement] Support select specify tablet id
URL: https://github.com/apache/incubator-doris/pull/9864


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