Skip to content

Allow more postgis functions #11068

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
Oct 29, 2024
Merged

Conversation

vitstn
Copy link
Collaborator

@vitstn vitstn commented Oct 29, 2024

Changelog entry

...

Changelog category

  • Improvement

Additional information

...

@vitstn vitstn requested a review from a team as a code owner October 29, 2024 15:10
@vitstn vitstn added the area/yql YQL query language issues label Oct 29, 2024
@vitstn vitstn enabled auto-merge (squash) October 29, 2024 15:11
Copy link

github-actions bot commented Oct 29, 2024

2024-10-29 15:13:56 UTC Pre-commit check linux-x86_64-relwithdebinfo for 4dc2dcd has started.
2024-10-29 15:14:33 UTC Artifacts will be uploaded here
2024-10-29 15:18:19 UTC ya make is running...
🟡 2024-10-29 16:22:44 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
79430 65376 0 2 13953 99

2024-10-29 16:30:21 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-10-29 16:40:30 UTC ydbd size 2.8 GiB changed* by +32 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: b47d0f4 merge: 4dc2dcd diff diff %
ydbd size 3 037 831 416 Bytes 3 037 831 448 Bytes +32 Bytes +0.000%
ydbd stripped size 481 180 600 Bytes 481 180 632 Bytes +32 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
2024-10-29 16:40:31 UTC Check cancelled

Copy link

github-actions bot commented Oct 29, 2024

2024-10-29 15:15:23 UTC Pre-commit check linux-x86_64-release-asan for 4dc2dcd has started.
2024-10-29 15:15:36 UTC Artifacts will be uploaded here
2024-10-29 15:18:44 UTC ya make is running...
🟡 2024-10-29 16:33:08 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15240 15170 0 21 15 34

🟢 2024-10-29 16:34:23 UTC Build successful.
🟢 2024-10-29 16:34:56 UTC ydbd size 5.7 GiB changed* by +136 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: b47d0f4 merge: 4dc2dcd diff diff %
ydbd size 6 147 099 952 Bytes 6 147 100 088 Bytes +136 Bytes +0.000%
ydbd stripped size 1 533 987 280 Bytes 1 533 987 376 Bytes +96 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

@vitstn vitstn added the rebase-and-check Rebase PR with the current base branch and check label Oct 29, 2024
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Oct 29, 2024
Copy link

github-actions bot commented Oct 29, 2024

2024-10-29 16:44:45 UTC Pre-commit check linux-x86_64-relwithdebinfo for c4f334a has started.
2024-10-29 16:44:56 UTC Artifacts will be uploaded here
2024-10-29 16:48:06 UTC ya make is running...
🟡 2024-10-29 17:55:13 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
79439 65387 0 2 13953 97

2024-10-29 18:02:39 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-10-29 18:14:13 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
99 (only retried tests) 6 0 0 0 93

🟢 2024-10-29 18:14:21 UTC Build successful.
🟢 2024-10-29 18:14:44 UTC ydbd size 2.8 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 08f5064 merge: c4f334a diff diff %
ydbd size 3 038 244 440 Bytes 3 038 244 440 Bytes 0 Bytes 0.000%
ydbd stripped size 481 263 544 Bytes 481 263 544 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 Oct 29, 2024

2024-10-29 16:44:49 UTC Pre-commit check linux-x86_64-release-asan for c4f334a has started.
2024-10-29 16:45:00 UTC Artifacts will be uploaded here
2024-10-29 16:48:17 UTC ya make is running...
🟡 2024-10-29 18:07:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15255 15144 0 51 26 34

🟢 2024-10-29 18:09:07 UTC Build successful.
🟢 2024-10-29 18:09:40 UTC ydbd size 5.7 GiB changed* by +4.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 08f5064 merge: c4f334a diff diff %
ydbd size 6 147 831 152 Bytes 6 147 835 376 Bytes +4.1 KiB +0.000%
ydbd stripped size 1 534 205 968 Bytes 1 534 210 160 Bytes +4.1 KiB +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

@vitstn vitstn merged commit 5f37943 into ydb-platform:main Oct 29, 2024
16 of 19 checks passed
@vitstn vitstn deleted the more_postgis_funcs branch October 29, 2024 18:15
vitstn added a commit to vitstn/ydb that referenced this pull request Oct 30, 2024
vitstn added a commit that referenced this pull request Oct 30, 2024
This was referenced Nov 1, 2024
robot-piglet pushed a commit that referenced this pull request Nov 12, 2024
#11152 - Allow to choose normal or aggreation PG function

#11075 - Handle invalid base

#11068 - Allow more postgis functions

#10831 - Views: if exists / if not exists for DDL
commit_hash:0ebf35e45ac6de147c9000440ca25237db061d2e
maximyurchuk pushed a commit that referenced this pull request Nov 12, 2024
#11152 - Allow to choose normal or aggreation PG function

#11075 - Handle invalid base

#11068 - Allow more postgis functions

#10831 - Views: if exists / if not exists for DDL
commit_hash:0ebf35e45ac6de147c9000440ca25237db061d2e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/yql YQL query language issues improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants