-
Notifications
You must be signed in to change notification settings - Fork 21
DSP-24606: Replace nulls with negative defaults in system_schema #1445
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
Conversation
test/unit/org/apache/cassandra/cql3/validation/entities/UFTest.java
Outdated
Show resolved
Hide resolved
test/unit/org/apache/cassandra/cql3/validation/entities/UFTest.java
Outdated
Show resolved
Hide resolved
test/unit/org/apache/cassandra/cql3/validation/operations/AggregationTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, +1.
Before merging it, we'll need to create a PR in the CNDB repo updating the version of CC in pom.xml
to point to the artifact produced by this PR's CI, which I think is 4.0.11-bbe0fed4ac97
for the last push. If such artifact doesn't exist, it can be manually created here.
Here is are some examples of such PRs:
Once CI for that CNDB PR verifies that this doesn't break anything in Astra, we can merge this CC PR. That will produce a new commit in the main
branch and a new artifact. So we should go back to the CNDB PR, update it to point to that CC version, and merge.
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
bbe0fed
to
45c092e
Compare
|
❌ Build ds-cassandra-pr-gate/PR-1445 rejected by Butler1 new test failure(s) in 3 builds Found 1 new test failures
Found 17 known test failures |
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
This patch replaces null values of `deterministic`, `monotonic` and `monotonic_on` columns in `system_schema.functions` and `system_schema.aggregates` with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.
This patch replaces null values of
deterministic
,monotonic
andmonotonic_on
columns insystem_schema.functions
andsystem_schema.aggregates
with negative defaults. These defaults will be addressed if/once DB-672 gets ported to CC.