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 2020/06/12 08:13:52 UTC

[GitHub] [pulsar] bleacha870721 opened a new issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

bleacha870721 opened a new issue #7256:
URL: https://github.com/apache/pulsar/issues/7256


   #### Expected behavior
   
   query messages under topic: persistent://public/testGroupTest/testTopic
   
   #### Actual behavior
   
   presto> select * from pulsar."public/testGroupTest"."testTopic";
   Query 20200612_080208_00080_mxdbe failed: Schema public/testgrouptest does not exist
   
   #### Steps to reproduce
   
   1.create a namespace called testGroupTest in tenant public.
   2.create a topic called testTopic in public/testGroupTest
   3.send a message to this topic
   4.query message by pulsar sql
   #### System configuration
   **Pulsar version**: 2.5.0
   


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



[GitHub] [pulsar] lixiajie commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643862311


   <img width="774" alt="image" src="https://user-images.githubusercontent.com/66289242/84610788-7238dc80-aeee-11ea-8751-870005a45a82.png">
   


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



[GitHub] [pulsar] lixiajie removed a comment on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie removed a comment on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643862311


   <img width="774" alt="image" src="https://user-images.githubusercontent.com/66289242/84610788-7238dc80-aeee-11ea-8751-870005a45a82.png">
   


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



[GitHub] [pulsar] lixiajie commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643863141


   <img width="705" alt="image" src="https://user-images.githubusercontent.com/66289242/84610974-03a84e80-aeef-11ea-8dbe-108c50a43ae5.png">
   


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



[GitHub] [pulsar] jiazhai commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643860069


   @bleacha870721 Would you please try low case first?
   ` select * from pulsar."public/testgrouptest"."testtopic";`


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



[GitHub] [pulsar] lixiajie commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643861879


   I tried and still got an error:
   presto> select * from pulsar."public/testgrouptest"."testtopic";
   Query 20200615_015314_00002_mxdbe failed: Schema public/testgrouptest does not exist


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



[GitHub] [pulsar] lixiajie removed a comment on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie removed a comment on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643861879


   I tried and still got an error:
   presto> select * from pulsar."public/testgrouptest"."testtopic";
   Query 20200615_015314_00002_mxdbe failed: Schema public/testgrouptest does not exist


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



[GitHub] [pulsar] lixiajie commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643863004


   
   <img width="938" alt="image" src="https://user-images.githubusercontent.com/66289242/84610939-ed01f780-aeee-11ea-928e-5393a235dad5.png">
   


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



[GitHub] [pulsar] lixiajie commented on issue #7256: Pulsar SQL cannot query messages under namespace names with uppercase letters or topics

Posted by GitBox <gi...@apache.org>.
lixiajie commented on issue #7256:
URL: https://github.com/apache/pulsar/issues/7256#issuecomment-643861937


   > @bleacha870721 Would you please try low case first?
   > ` select * from pulsar."public/testgrouptest"."testtopic";`
   
   I tried and still got an error:
   presto> select * from pulsar."public/testgrouptest"."testtopic";
   Query 20200615_015314_00002_mxdbe failed: Schema public/testgrouptest does not exist


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