Skip to content

YQL-17493: Wrap returned YQL-typed columns with ToPg #1059

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

Merged

Conversation

marsaly79
Copy link
Contributor

@marsaly79 marsaly79 commented Jan 17, 2024

Changelog entry

PG's common type algorithm for columns returned from combined SELECTs (UNION et al) operates on PG types only. This patch adds convertion of YQL-typed columns to PG types before PG's common type algorithm processes them.

Changelog category

  • Bugfix

Additional information

No

@marsaly79 marsaly79 requested review from qrort and vitstn January 17, 2024 01:01
Copy link

github-actions bot commented Jan 17, 2024

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-asan: some tests FAILED for commit e8f5f83.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15874 15758 0 14 93 9

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit e8f5f83.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59910 50672 0 0 9210 28

@marsaly79 marsaly79 merged commit 2d2adb6 into ydb-platform:main Jan 17, 2024
@marsaly79 marsaly79 deleted the fix-ExecuteQueryPgTableSelect-test branch January 17, 2024 21:48
@niksaveliev niksaveliev mentioned this pull request Jan 29, 2024
@vitstn vitstn mentioned this pull request Jan 29, 2024
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants