gaoran10 opened a new pull request #6925: URL: https://github.com/apache/pulsar/pull/6925
Fix #6749 # Motivation Currently, the Pulsar SQL couldn't support AvroSchema use the `ByteBuffer` as the field type. # Modify When the presto field record type is `VarbinaryType.VARBINARY`, check the record type is `ByteBuffer`, `byte[]`, `ByteBuf` or others, and to process the field record by the type. Add unit tests. ---------------------------------------------------------------- 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: [email protected]
