Raven888888 edited a comment on issue #12284:
URL: https://github.com/apache/pulsar/issues/12284#issuecomment-940672006


   Hi @MarvinCai have you got any clue?
   
   Update from my side:
   
   I tried deleting its schema,
   `apache-pulsar/bin/pulsar-admin schemas delete test`
   able to query in pulsar SQL just fine.
   
   Then, tried re-upload schema
   `apache-pulsar/bin/pulsar-admin schemas upload test -f 
apache-pulsar/conf/schema_example.conf`
   got the same `BufferUnderflowException` error.
   
   However, I noticed that `GET` schemas now returns
   ```
   {
     **"version": 2,**
     "schemaInfo": {
       "name": "test",
       "schema": "",
       "type": "STRING",
       "properties": {
         "key1": "value1"
       }
     }
   }
   ```
   
   Seems like schema version has been updated from V0 to V2, from pulsar 2.7.0 
to 2.8.1 respectively. Is this what causing presto pulsar connection to break?


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