Skip to content

KIKIMR-20539: pure pg_catalog selects #950

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
merged 1 commit into from
Feb 7, 2024

Conversation

qrort
Copy link
Collaborator

@qrort qrort commented Jan 11, 2024

I am still figuring out why the changes are not sufficient.
I construct similar ASTs for select 1 and select from pg_catalog, replacing constant List with PgTableContent, but the compilation fails.
Here are some of the logs and debug info.
https://pastebin.com/7Mi9r5sU
https://pastebin.com/8QTcw6fW

Copy link

github-actions bot commented Jan 11, 2024

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e9e87b8.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59892 50556 0 118 9207 11

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

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15875 15621 0 138 105 11

@qrort qrort force-pushed the pgprovider-kqp branch 3 times, most recently from febef82 to ed1fc11 Compare January 15, 2024 15:27
@qrort
Copy link
Collaborator Author

qrort commented Jan 15, 2024

works now

uzhastik
uzhastik previously approved these changes Jan 26, 2024
spuchin
spuchin previously approved these changes Jan 26, 2024
@qrort qrort dismissed stale reviews from spuchin and uzhastik via 6f06a85 January 29, 2024 09:09
@qrort qrort requested a review from a team as a code owner January 29, 2024 09:09
Copy link

github-actions bot commented Jan 29, 2024

2024-01-29 09:12:34 UTC Pre-commit check for 69e9e53 has started.
2024-01-29 09:12:37 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-29 09:15:03 UTC Build successful.
2024-01-29 09:15:17 UTC Tests are running...
🔴 2024-01-29 10:52:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60135 50725 0 123 9257 30

Copy link

github-actions bot commented Jan 29, 2024

2024-01-29 09:15:04 UTC Pre-commit check for 69e9e53 has started.
2024-01-29 09:15:07 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-29 09:17:26 UTC Build successful.
2024-01-29 09:17:39 UTC Tests are running...
🔴 2024-01-29 10:49:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15888 15681 0 138 47 22

spuchin
spuchin previously approved these changes Jan 29, 2024
Copy link

github-actions bot commented Jan 29, 2024

2024-01-29 12:22:23 UTC Pre-commit check for cb2175c has started.
2024-01-29 12:22:25 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-29 12:24:40 UTC Build successful.
2024-01-29 12:24:54 UTC Tests are running...
🔴 2024-01-29 13:56:32 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60136 50719 0 124 9257 36

Copy link

github-actions bot commented Jan 29, 2024

2024-01-29 12:22:30 UTC Pre-commit check for cb2175c has started.
2024-01-29 12:22:32 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-29 12:24:49 UTC Build successful.
2024-01-29 12:25:04 UTC Tests are running...
🔴 2024-01-29 13:57:52 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15888 15673 0 138 55 22

@qrort qrort enabled auto-merge (squash) January 29, 2024 15:19
spuchin
spuchin previously approved these changes Jan 29, 2024
@qrort qrort disabled auto-merge January 29, 2024 15:31
uzhastik
uzhastik previously approved these changes Jan 29, 2024
@qrort qrort dismissed stale reviews from uzhastik and spuchin via 62c9faa January 30, 2024 14:06
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 14:19:48 UTC Pre-commit check for ebc27cd has started.
2024-01-30 14:19:50 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 14:50:56 UTC Build successful.
2024-01-30 14:51:06 UTC Tests are running...
🔴 2024-01-30 16:36:40 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60304 50763 0 170 9335 36

Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 14:33:06 UTC Pre-commit check for ebc27cd has started.
2024-01-30 14:33:07 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 14:47:23 UTC Build successful.
2024-01-30 14:47:32 UTC Tests are running...
🔴 2024-01-30 16:31:53 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16037 15737 0 164 107 29

This was referenced Feb 8, 2024
vporyadke pushed a commit to vporyadke/ydb that referenced this pull request Feb 9, 2024
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@serbel324 serbel324 mentioned this pull request Feb 13, 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.

4 participants