Commit 032bf32
155212: norm: rule to simplify const comparison with ANY values r=bghal a=dils2k
Given a constant value compared using the ANY or
SOME operators, we check for constants
in the right hand side that can be used to
simplify the comparison to True. For example,
the expression: 0.1 < ANY (c0, 0.4) can now be simplified since 0.1 < 0.4.
Fixes #132328
Release note: None
Epic: CRDB-42979
156107: sql: add hidden column element r=bghal a=bghal
This introduces a new schema changer element to manage the visibility of
columns. That attribute was previously a field in the `Column` element.
Epic: CRDB-31283
Part of: #139605
Release note: None
157951: jobs: fix TestJitterCalculation failed r=jeffswenson a=jeffswenson
This test will sometimes fail due to a randomly picking a value that
rounds to 1/2. The frequency of this is a bit higher than one would
expect because the rounding behavior depends on the width of the
duration, not the width of a float64. The test was adjusted to retry
if the jittered value equals the input.
Release note: none
Fixes: #128381
Fixes: #157113
158064: release: fix redhat preflight component ID r=celiala a=rail
Previously, the publish script was using PFLT_CERTIFICATION_PROJECT_ID to set the Red Hat preflight component ID, but it should be using PFLT_CERTIFICATION_COMPONENT_ID instead. This change corrects that environment variable to ensure proper functionality when publishing Red Hat releases.
See
redhat-openshift-ecosystem/openshift-preflight#1318 for the details.
Epic: none
Release note: none
Co-authored-by: dils2k <[email protected]>
Co-authored-by: Brendan Gerrity <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Rail Aliiev <[email protected]>
File tree
140 files changed
+4516
-502
lines changed- build/teamcity/internal/cockroach/release/publish
- pkg
- ccl/schemachangerccl/testdata
- decomp
- end_to_end
- alter_table_alter_primary_key_rbr
- drop_database_multiregion_primary_region
- drop_table_multiregion_primary_region
- drop_table_multiregion
- drop_table_trigger
- jobs
- sql
- opt
- exec/execbuilder/testdata
- norm
- rules
- testdata/rules
- schemachanger
- scbuild
- internal/scbuildstmt
- testdata
- scdecomp
- testdata
- scexec/scmutationexec
- scop
- scpb
- uml
- scplan
- internal
- opgen
- rules
- current
- testdata
- release_25_2
- release_25_3
- release_25_4
- testdata
- screl
- testdata/end_to_end
- alter_table_add_primary_key_drop_rowid_with_secondary_idx
- alter_table_add_primary_key_drop_rowid
- alter_table_alter_primary_key_drop_rowid_with_idx
- alter_table_alter_primary_key_drop_rowid
- alter_table_alter_primary_key_using_hash
- drop_index_hash_sharded_index
- drop_index_with_fks
- drop_index_with_materialized_view_dep
- drop_table_udf_default
- drop_table
- testdata/telemetry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+4516
-502
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
192 | 212 | | |
193 | 213 | | |
194 | 214 | | |
| |||
523 | 543 | | |
524 | 544 | | |
525 | 545 | | |
526 | | - | |
| 546 | + | |
527 | 547 | | |
528 | 548 | | |
529 | 549 | | |
| |||
533 | 553 | | |
534 | 554 | | |
535 | 555 | | |
536 | | - | |
| 556 | + | |
537 | 557 | | |
538 | 558 | | |
539 | 559 | | |
| |||
543 | 563 | | |
544 | 564 | | |
545 | 565 | | |
546 | | - | |
| 566 | + | |
547 | 567 | | |
548 | 568 | | |
549 | 569 | | |
| |||
553 | 573 | | |
554 | 574 | | |
555 | 575 | | |
556 | | - | |
| 576 | + | |
557 | 577 | | |
558 | 578 | | |
559 | 579 | | |
| |||
563 | 583 | | |
564 | 584 | | |
565 | 585 | | |
566 | | - | |
| 586 | + | |
567 | 587 | | |
568 | 588 | | |
569 | 589 | | |
| |||
583 | 603 | | |
584 | 604 | | |
585 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
586 | 626 | | |
587 | 627 | | |
588 | 628 | | |
| |||
953 | 993 | | |
954 | 994 | | |
955 | 995 | | |
956 | | - | |
| 996 | + | |
957 | 997 | | |
958 | 998 | | |
959 | 999 | | |
| |||
963 | 1003 | | |
964 | 1004 | | |
965 | 1005 | | |
966 | | - | |
| 1006 | + | |
967 | 1007 | | |
968 | 1008 | | |
969 | 1009 | | |
| |||
973 | 1013 | | |
974 | 1014 | | |
975 | 1015 | | |
976 | | - | |
| 1016 | + | |
977 | 1017 | | |
978 | 1018 | | |
979 | 1019 | | |
| |||
983 | 1023 | | |
984 | 1024 | | |
985 | 1025 | | |
986 | | - | |
| 1026 | + | |
987 | 1027 | | |
988 | 1028 | | |
989 | 1029 | | |
| |||
993 | 1033 | | |
994 | 1034 | | |
995 | 1035 | | |
996 | | - | |
| 1036 | + | |
997 | 1037 | | |
998 | 1038 | | |
999 | 1039 | | |
| |||
1021 | 1061 | | |
1022 | 1062 | | |
1023 | 1063 | | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
1024 | 1084 | | |
1025 | 1085 | | |
1026 | 1086 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
113 | 129 | | |
114 | 130 | | |
115 | 131 | | |
| |||
584 | 600 | | |
585 | 601 | | |
586 | 602 | | |
587 | | - | |
| 603 | + | |
588 | 604 | | |
589 | 605 | | |
590 | 606 | | |
| |||
594 | 610 | | |
595 | 611 | | |
596 | 612 | | |
597 | | - | |
| 613 | + | |
598 | 614 | | |
599 | 615 | | |
600 | 616 | | |
| |||
604 | 620 | | |
605 | 621 | | |
606 | 622 | | |
607 | | - | |
| 623 | + | |
608 | 624 | | |
609 | 625 | | |
610 | 626 | | |
| |||
614 | 630 | | |
615 | 631 | | |
616 | 632 | | |
617 | | - | |
| 633 | + | |
618 | 634 | | |
619 | 635 | | |
620 | 636 | | |
| |||
625 | 641 | | |
626 | 642 | | |
627 | 643 | | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
628 | 660 | | |
629 | 661 | | |
630 | 662 | | |
| |||
0 commit comments