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

YQ-3333 added yql syntax for creating resource pools #5498

Conversation

GrigoriyPA
Copy link
Collaborator

@GrigoriyPA GrigoriyPA commented Jun 13, 2024

Changelog entry

Added yql syntax for creating resource pools

Changelog category

  • New feature

Additional information

@GrigoriyPA GrigoriyPA requested a review from a team as a code owner June 13, 2024 09:48
Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 09:51:09 UTC Pre-commit check for 4140e1f has started.
2024-06-13 09:53:58 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-13 10:31:54 UTC Build successful.
2024-06-13 10:32:07 UTC Tests are running...
🔴 2024-06-13 12:23:35 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14817 14708 0 46 51 12

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 09:52:20 UTC Pre-commit check for 4140e1f has started.
2024-06-13 09:55:04 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-13 10:30:45 UTC Build successful.

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 09:58:27 UTC Pre-commit check for 4140e1f has started.
2024-06-13 10:01:14 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-13 10:39:39 UTC Build successful.
2024-06-13 10:39:52 UTC Tests are running...
🔴 2024-06-13 12:47:30 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
74471 61642 0 15 12805 9

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:02:45 UTC Pre-commit check for 27d7265 has started.
2024-06-13 21:05:36 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-13 21:38:46 UTC Build successful.

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:02:45 UTC Pre-commit check for 27d7265 has started.
2024-06-13 21:05:44 UTC Build linux-x86_64-relwithdebinfo is running...
2024-06-13 21:43:00 UTC Check cancelled

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:02:46 UTC Pre-commit check for 27d7265 has started.
2024-06-13 21:05:40 UTC Build linux-x86_64-release-asan is running...
2024-06-13 21:42:54 UTC Check cancelled

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:46:35 UTC Pre-commit check for 1ed7378 has started.
2024-06-13 21:49:33 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-13 21:53:05 UTC Build successful.

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:46:44 UTC Pre-commit check for 1ed7378 has started.
2024-06-13 21:49:39 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-13 21:54:02 UTC Build successful.
2024-06-13 21:54:14 UTC Tests are running...
🔴 2024-06-14 00:02:44 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
74669 61828 0 17 12818 6

Copy link

github-actions bot commented Jun 13, 2024

2024-06-13 21:46:50 UTC Pre-commit check for 1ed7378 has started.
2024-06-13 21:49:43 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-13 21:53:30 UTC Build successful.
2024-06-13 21:53:49 UTC Tests are running...
🔴 2024-06-13 23:48:25 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14833 14728 0 43 50 12

ydb/library/yql/sql/v1/SQLv1.g.in Outdated Show resolved Hide resolved
@GrigoriyPA GrigoriyPA force-pushed the YQ-3333-yql-syntax-for-creating-resource-pools branch from e992d5d to 55e33b1 Compare June 14, 2024 14:35
@GrigoriyPA GrigoriyPA requested a review from nepal June 14, 2024 14:35
Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 14:39:20 UTC Pre-commit check for 5311f59 has started.
2024-06-14 14:42:17 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-14 15:20:46 UTC Build successful.
2024-06-14 15:21:01 UTC Tests are running...
🔴 2024-06-14 17:09:29 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14835 14750 0 28 48 9

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 14:44:14 UTC Pre-commit check for 5311f59 has started.
2024-06-14 14:47:07 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-14 15:22:54 UTC Build successful.

Copy link

github-actions bot commented Jun 14, 2024

2024-06-14 14:47:18 UTC Pre-commit check for 5311f59 has started.
2024-06-14 14:50:03 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-14 15:25:50 UTC Build successful.
2024-06-14 15:26:08 UTC Tests are running...
🔴 2024-06-14 17:30:07 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
74888 62052 0 3 12826 7

nepal
nepal previously approved these changes Jun 14, 2024
Copy link
Collaborator

@nepal nepal left a comment

Choose a reason for hiding this comment

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

sql part LGTM

gridnevvvit
gridnevvvit previously approved these changes Jun 14, 2024
@GrigoriyPA GrigoriyPA dismissed stale reviews from gridnevvvit and nepal via a12c82d June 15, 2024 09:18
@GrigoriyPA GrigoriyPA force-pushed the YQ-3333-yql-syntax-for-creating-resource-pools branch from a12c82d to e2958c3 Compare June 15, 2024 09:23
Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:27:01 UTC Pre-commit check for 271e654 has started.
2024-06-15 09:28:15 UTC Check cancelled

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:27:03 UTC Pre-commit check for 271e654 has started.
2024-06-15 09:28:13 UTC Check cancelled

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:27:09 UTC Pre-commit check for 271e654 has started.
2024-06-15 09:28:15 UTC Check cancelled

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:29:36 UTC Pre-commit check for ea00dc4 has started.
2024-06-15 09:32:20 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-15 10:09:50 UTC Build successful.

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:31:59 UTC Pre-commit check for ea00dc4 has started.
2024-06-15 09:34:55 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-15 10:12:29 UTC Build successful.
2024-06-15 10:12:44 UTC Tests are running...
🔴 2024-06-15 12:07:49 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14839 14751 0 32 44 12

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 09:32:08 UTC Pre-commit check for ea00dc4 has started.
2024-06-15 09:35:02 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-15 10:14:07 UTC Build successful.
2024-06-15 10:14:20 UTC Tests are running...
🔴 2024-06-15 12:32:03 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
74946 62091 0 5 12841 9

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 21:53:18 UTC Pre-commit check for d4ce133 has started.
2024-06-15 21:56:08 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-06-15 21:59:13 UTC Build successful.

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 21:53:31 UTC Pre-commit check for d4ce133 has started.
2024-06-15 21:56:28 UTC Build linux-x86_64-release-asan is running...
🟢 2024-06-15 21:59:36 UTC Build successful.
2024-06-15 21:59:53 UTC Tests are running...
🔴 2024-06-15 23:56:55 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14839 14744 0 28 55 12

Copy link

github-actions bot commented Jun 15, 2024

2024-06-15 21:53:31 UTC Pre-commit check for d4ce133 has started.
2024-06-15 21:56:24 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-06-15 21:59:04 UTC Build successful.
2024-06-15 21:59:24 UTC Tests are running...
🔴 2024-06-16 00:18:11 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
74944 62096 0 1 12840 7

@GrigoriyPA GrigoriyPA requested a review from nepal June 17, 2024 11:42
@GrigoriyPA GrigoriyPA merged commit 3fbd1cc into ydb-platform:main Jun 17, 2024
8 of 12 checks passed
@GrigoriyPA GrigoriyPA deleted the YQ-3333-yql-syntax-for-creating-resource-pools branch June 17, 2024 12:27
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.

4 participants