ruanliang-hualun opened a new issue, #21851:
URL: https://github.com/apache/pulsar/issues/21851

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   1:pulsar-3.1
   2:pulsar sql config
   `pulsar.auth-plugin=org.apache.pulsar.client.impl.auth.AuthenticationToken
   pulsar.auth-params=token:eyJhbGcixxxxx`
   
   ### Minimal reproduce step
   
   pulsar@fuxi-luoge-343:~/apache-pulsar-3.1.1$ ./bin/pulsar sql
   trino> show tables in pulsar."public/default";
        Table
   ----------------
    generator_test
    my-topic-1
   (2 rows)
   
   Query 20240104_114603_00018_mav6n, FINISHED, 1 node
   Splits: 35 total, 35 done (100.00%)
   0.24 [2 rows, 72B] [8 rows/s, 298B/s]
   
   trino> select * from pulsar."public/default".generator_test;
   Query 20240104_114607_00019_mav6n failed: Failed to check the authorization 
for topic persistent://public/default/generator_test: The credential 
information is empty.
   
   
   ### What did you expect to see?
   
   Data should be returned normally
   
   ### What did you see instead?
   
   
![image](https://github.com/apache/pulsar/assets/65543716/92482e46-0334-4b48-a3cb-2aa68e9e0fba)
   
   
   ### Anything else?
   
   none
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to