Skip to content
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

[Connectors-V2]Support IoTDB Source #2431

Merged
merged 11 commits into from
Aug 19, 2022
Merged

[Connectors-V2]Support IoTDB Source #2431

merged 11 commits into from
Aug 19, 2022

Conversation

CalvinKirs
Copy link
Member

No description provided.

@CalvinKirs
Copy link
Member Author

e2e sink already done. i will add it after sink merged

pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
# Conflicts:
#	plugin-mapping.properties
#	seatunnel-connectors-v2/connector-iotdb/pom.xml
# Conflicts:
#	plugin-mapping.properties
#	seatunnel-connectors-v2/connector-iotdb/pom.xml
@CalvinKirs
Copy link
Member Author

@hailin0 hi, PTAL again.thx

throw new PrepareFailException(getPluginName(), PluginType.SOURCE, "host and port and node urls are both empty");
}
}
SeatunnelSchema seatunnelSchema = SeatunnelSchema.buildWithConfig(pluginConfig);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Define like this?
schema { fields { code = int data = string success = boolean } }

Using a unified format will facilitate future merged schema into connector api

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, as it stands, it probably doesn't make much sense to use an extra level of nesting. What is the meaning of schema and field?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I agree

@hailin0
Copy link
Contributor

hailin0 commented Aug 19, 2022

LGTM

@Hisoka-X Hisoka-X merged commit 7b78d6c into apache:dev Aug 19, 2022
@CalvinKirs CalvinKirs deleted the iotdb-source branch August 19, 2022 04:06
TyrantLucifer pushed a commit to TyrantLucifer/incubator-seatunnel that referenced this pull request Sep 18, 2022
* [Connectors-V2]Support IoTDB Source

* fix license header

* fix java doc

* fix check style

* improve read method

* used by SeatunelSchema get source field type

* fetch upstream

* reformat docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants