-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Pipe: implement external sources strategy and MQTT extractor #15275
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/mqtt/MQTTPublishHandler.java:185
- Method name 'ExtractTable' should use lowerCamelCase to follow Java naming conventions. Consider renaming it to 'extractTable'.
private void ExtractTable(TableMessage message, MqttClientSession session) {
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/extractor/mqtt/MQTTPublishHandler.java:276
- Method name 'ExtractTree' should use lowerCamelCase to maintain consistency with Java naming conventions. Consider renaming it to 'extractTree'.
private void ExtractTree(TreeMessage message, MqttClientSession session) {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
@luoluoyuyu PTAL |
No description provided.