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

Defaults args for CREATE FUNCTION #7197

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

vitstn
Copy link
Collaborator

@vitstn vitstn commented Jul 29, 2024

Changelog entry

...

Changelog category

  • New feature

Additional information

...

@vitstn vitstn requested a review from a team as a code owner July 29, 2024 11:55
@vitstn vitstn requested a review from nepal July 29, 2024 11:55
@vitstn vitstn added area/yql YQL query language issues area/pg labels Jul 29, 2024
@vitstn vitstn requested a review from igormunkin July 29, 2024 11:57
Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 12:10:11 UTC Pre-commit check for 68a20d1 has started.
2024-07-29 12:12:35 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-07-29 12:21:17 UTC Build successful.

Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 12:12:05 UTC Pre-commit check for 68a20d1 has started.
2024-07-29 12:14:52 UTC Check linux-x86_64-relwithdebinfo is running...
🟢 2024-07-29 13:49:01 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
65247 51696 0 0 13547 4

🟢 2024-07-29 13:55:39 UTC Build successful.
🟢 2024-07-29 13:56:09 UTC ydbd size 8.1 GiB changed* by +1.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 123a335 merge: 68a20d1 diff diff %
ydbd size 8 676 391 128 Bytes 8 676 393 072 Bytes +1.9 KiB +0.000%
ydbd stripped size 471 816 800 Bytes 471 816 800 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 12:38:13 UTC Pre-commit check for 68a20d1 has started.
2024-07-29 12:41:14 UTC Check linux-x86_64-release-asan is running...
🔴 2024-07-29 14:02:04 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4113 3541 0 76 333 163

🟢 2024-07-29 14:02:34 UTC Build successful.
🟢 2024-07-29 14:03:12 UTC ydbd size 5.2 GiB changed* by +2.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 123a335 merge: 68a20d1 diff diff %
ydbd size 5 569 912 480 Bytes 5 569 914 888 Bytes +2.4 KiB +0.000%
ydbd stripped size 1 199 036 624 Bytes 1 199 036 688 Bytes +64 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 15:10:35 UTC Pre-commit check for b6ac148 has started.
2024-07-29 15:20:04 UTC Check linux-x86_64-relwithdebinfo is running...
🟡 2024-07-29 16:55:37 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
65260 51708 0 1 13547 4

2024-07-29 17:02:22 UTC Failed tests rerun (try 2) linux-x86_64-relwithdebinfo is running...
🟢 2024-07-29 17:03:14 UTC Tests successful.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4 (only retried tests) 1 0 0 1 2

🟢 2024-07-29 17:09:43 UTC Build successful.
🟢 2024-07-29 17:10:17 UTC ydbd size 8.1 GiB changed* by +1.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 7d17776 merge: b6ac148 diff diff %
ydbd size 8 676 593 704 Bytes 8 676 595 648 Bytes +1.9 KiB +0.000%
ydbd stripped size 471 822 688 Bytes 471 822 688 Bytes 0 Bytes 0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 15:11:04 UTC Pre-commit check for b6ac148 has started.
2024-07-29 15:20:10 UTC Check linux-x86_64-release-asan is running...
🔴 2024-07-29 16:44:27 UTC Some tests failed, follow the links below.

Test history | Ya make output

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4130 3554 0 79 334 163

🟢 2024-07-29 16:44:57 UTC Build successful.
🟡 2024-07-29 16:45:42 UTC ydbd size 5.2 GiB changed* by +166.4 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 13b5991 merge: b6ac148 diff diff %
ydbd size 5 569 940 648 Bytes 5 570 111 000 Bytes +166.4 KiB +0.003%
ydbd stripped size 1 199 045 136 Bytes 1 199 062 640 Bytes +17.1 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 29, 2024

2024-07-29 15:13:21 UTC Pre-commit check for b6ac148 has started.
2024-07-29 15:16:12 UTC Check linux-x86_64-release-clang14 is running...
🟢 2024-07-29 15:21:03 UTC Build successful.

@vitstn vitstn merged commit f186ded into ydb-platform:main Jul 29, 2024
10 of 12 checks passed
@vitstn vitstn deleted the pg_ext_def_args branch July 29, 2024 18:10
MrLolthe1st pushed a commit to MrLolthe1st/ydb that referenced this pull request Aug 12, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pg area/yql YQL query language issues new-feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants