You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/26 01:14:47 UTC

[GitHub] [pulsar] codelipenghui commented on issue #4785: [pulsar-sql] export partitioned topic name by show tables

codelipenghui commented on issue #4785: [pulsar-sql] export partitioned topic name by show tables
URL: https://github.com/apache/pulsar/issues/4785#issuecomment-515271110
 
 
   @sijie @jerrypeng 
   We've been using pulsar SQL recently, will return a large table lists when users have a lot of partitions. Can we regard partition as a internal column and just return the partition topic name, while user query by partition can use like following:
   ```
   SELECT * FROM "my-table" WHERE "__partition__" = 0
   ```
   And Pulsar SQL push down the `"__partition__"`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services