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

Partition at decimal keys #10696

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

azevaykin
Copy link
Collaborator

Changelog entry

...

Changelog category

  • Bugfix

Additional information

...

@azevaykin azevaykin requested review from jepett0 and ijon October 22, 2024 07:22
Copy link

github-actions bot commented Oct 22, 2024

2024-10-22 07:23:00 UTC Pre-commit check linux-x86_64-relwithdebinfo for b4c766e has started.
2024-10-22 07:23:41 UTC Artifacts will be uploaded here
2024-10-22 07:27:34 UTC ya make is running...
🟡 2024-10-22 08:22:24 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?
40183 34579 0 2 5502 100

2024-10-22 08:25:47 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-10-22 08:37:17 UTC Some tests failed, follow the links below. Going to retry failed tests...

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

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

2024-10-22 08:37:25 UTC ya make is running... (failed tests rerun, try 3)
🔴 2024-10-22 08:48:55 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
95 (only retried tests) 1 0 1 0 93

🟢 2024-10-22 08:49:03 UTC Build successful.
🟢 2024-10-22 08:49:26 UTC ydbd size 2.8 GiB changed* by +1.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: b91414f merge: b4c766e diff diff %
ydbd size 3 011 981 496 Bytes 3 011 982 920 Bytes +1.4 KiB +0.000%
ydbd stripped size 478 072 920 Bytes 478 073 496 Bytes +576 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

@azevaykin azevaykin linked an issue Oct 22, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Oct 22, 2024

2024-10-22 07:25:09 UTC Pre-commit check linux-x86_64-release-asan for b4c766e has started.
2024-10-22 07:25:20 UTC Artifacts will be uploaded here
2024-10-22 07:28:30 UTC ya make is running...
🟡 2024-10-22 08:54:44 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?
10405 10145 0 90 66 104

🟢 2024-10-22 08:55:39 UTC Build successful.
🟢 2024-10-22 08:56:30 UTC ydbd size 5.7 GiB changed* by +4.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: b91414f merge: b4c766e diff diff %
ydbd size 6 099 010 536 Bytes 6 099 014 984 Bytes +4.3 KiB +0.000%
ydbd stripped size 1 522 360 752 Bytes 1 522 363 312 Bytes +2.5 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

ijon
ijon previously approved these changes Oct 22, 2024
Copy link

github-actions bot commented Oct 22, 2024

2024-10-22 13:16:06 UTC Pre-commit check linux-x86_64-release-asan for 3fca424 has started.
2024-10-22 13:16:16 UTC Artifacts will be uploaded here
2024-10-22 13:19:26 UTC ya make is running...
🟡 2024-10-22 14:38:40 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?
10359 10133 0 60 60 106

🟢 2024-10-22 14:39:33 UTC Build successful.
🟢 2024-10-22 14:40:05 UTC ydbd size 5.7 GiB changed* by +8.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: b8ba76e merge: 3fca424 diff diff %
ydbd size 6 099 299 704 Bytes 6 099 308 184 Bytes +8.3 KiB +0.000%
ydbd stripped size 1 522 411 984 Bytes 1 522 413 648 Bytes +1.6 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

Copy link

github-actions bot commented Oct 22, 2024

2024-10-22 13:16:12 UTC Pre-commit check linux-x86_64-relwithdebinfo for 3fca424 has started.
2024-10-22 13:16:22 UTC Artifacts will be uploaded here
2024-10-22 13:19:23 UTC ya make is running...
🟢 2024-10-22 14:12:21 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
40184 34585 0 0 5502 97

🟢 2024-10-22 14:15:45 UTC Build successful.
🟢 2024-10-22 14:16:02 UTC ydbd size 2.8 GiB changed* by +4.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: fca1f18 merge: 3fca424 diff diff %
ydbd size 3 012 107 216 Bytes 3 012 112 040 Bytes +4.7 KiB +0.000%
ydbd stripped size 478 085 880 Bytes 478 086 840 Bytes +960 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

@azevaykin azevaykin merged commit 74f17ab into ydb-platform:main Oct 22, 2024
10 checks passed
@azevaykin azevaykin deleted the DecimalSwitch branch October 22, 2024 14:54
azevaykin added a commit to azevaykin/ydb that referenced this pull request Oct 23, 2024
azevaykin added a commit to azevaykin/ydb that referenced this pull request Oct 23, 2024
uzhastik pushed a commit to uzhastik/ydb that referenced this pull request Oct 24, 2024
azevaykin added a commit to azevaykin/ydb that referenced this pull request Nov 1, 2024
zinal pushed a commit to zinal/ydb that referenced this pull request Nov 7, 2024
azevaykin added a commit to azevaykin/ydb that referenced this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tables with a DECIMAL key column cannot be restored from backups
3 participants