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 2021/11/03 02:27:04 UTC

[GitHub] [pulsar] MarvinCai commented on issue #12465: Pulsar SQL NullPointerException when select a row produced by go client with schema

MarvinCai commented on issue #12465:
URL: https://github.com/apache/pulsar/issues/12465#issuecomment-958605052


   for the first issue, it's not a bug, the behavior is controlled by a flag, please refer this: https://github.com/apache/pulsar/issues/12209, will update the document about it.
   for second issue, I also tried go client, seems the schema version is just null, so Pulsar Presto connector is not able to locate schema(the connector already knows there is a schema for the topic by schema admin endpoint, so it expect a schema from message, but it's not there)
   need to dig deeper to see why schema is missing from message.
   


-- 
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@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org