Skip to content

Conversation

@xiaochen-zhou
Copy link
Contributor

Purpose of this pull request

Currently all Transform initialization can be done through TransFormFactory, so we can remove fallback code and deprecated SeaTunnelPluginLifeCycle interface.

Does this PR introduce any user-facing change?
no

How was this patch tested?
exist tests.

Check list

@hailin0
Copy link
Member

hailin0 commented Apr 6, 2024

cc @Hisoka-X

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

Thanks for @xiaochen-zhou

.getTransform()
.getProducedCatalogTable()
.getSeaTunnelRowType();
} catch (UnsupportedOperationException e) {
Copy link
Member

Choose a reason for hiding this comment

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

I think it should not throw UnsupportedOperationException after this change.

Suggested change
} catch (UnsupportedOperationException e) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it should not throw UnsupportedOperationException after this change.

done.

@hailin0 hailin0 merged commit 50c6c94 into apache:dev Apr 7, 2024
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
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.

3 participants