-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pulsar SQL] Query key-value schema data error #9704
Comments
I think this issue has not been solved yet. The key point is use the key-value schema in seperate mode and disable the batch feature, if enable the batch feature the Pulsar SQL works well. |
@congbobo184 Could you please take a look again? @gaoran10 Do you mean if use key-value schema in separate mode and disabled the message batching, the problem still there? |
Yes, I think the problem still exists. |
The issue had no activity for 30 days, mark with Stale label. |
Describe the bug
If the producer uses the key-value schema in a separate mode and disables the batch feature, the Pulsar SQL will get in trouble.
To Reproduce
set enableBatching to false
Expected behavior
Query data successfully.
Desktop (please complete the following information):
Additional context
Maybe related to this method in the class
RawMessageImpl
.The text was updated successfully, but these errors were encountered: