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

[Hotfix][e2e] Fix e2e error #6018

Merged
merged 1 commit into from
Dec 16, 2023
Merged

[Hotfix][e2e] Fix e2e error #6018

merged 1 commit into from
Dec 16, 2023

Conversation

hailin0
Copy link
Member

@hailin0 hailin0 commented Dec 16, 2023

Purpose of this pull request

[Hotfix][e2e] Fix e2e error

fix #5957

Does this PR introduce any user-facing change?

No

How was this patch tested?

Check list

@hailin0
Copy link
Member Author

hailin0 commented Dec 16, 2023

@ic4y @Hisoka-X @EricJoy2048

@@ -839,7 +845,7 @@ private List<List<Object>> getPostgreSinkTableList(String tableName) {
while (resultSet.next()) {
SeaTunnelRow row =
postgresJdbcRowConverter.toInternal(
resultSet, sinkTableRowTypes.get(tableName));
resultSet, sinkTables.get(tableName).getTableSchema());
Copy link
Member Author

Choose a reason for hiding this comment

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

link
#5957

@EricJoy2048 EricJoy2048 merged commit 42afe48 into apache:dev Dec 16, 2023
5 of 6 checks passed
alextinng pushed a commit to alextinng/seatunnel that referenced this pull request Dec 19, 2023
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