You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for record validation - [PR #3314](https://github.com/FoundationDB/fdb-record-layer/pull/3314)
18
+
* Transition FormatVersion from constants to an enum - [PR #3304](https://github.com/FoundationDB/fdb-record-layer/pull/3304)
19
+
* Prepare the Cascades planner for multi-stage planning by enabling property computation on arbitrary expressions - [PR #3321](https://github.com/FoundationDB/fdb-record-layer/pull/3321)
20
+
* Extra cleanup for the index scrubbing code - [PR #3317](https://github.com/FoundationDB/fdb-record-layer/pull/3317)
21
+
<h4> Bug Fixes </h4>
22
+
23
+
* query uses grouping index with Is_Null predicate - [PR #3327](https://github.com/FoundationDB/fdb-record-layer/pull/3327)
24
+
* fix for pull up of null-on-empty bug - [PR #3323](https://github.com/FoundationDB/fdb-record-layer/pull/3323)
25
+
* Fix potential NPE due to exception not having an underlying message - [PR #3302](https://github.com/FoundationDB/fdb-record-layer/pull/3302)
26
+
* Prevent setting the format version to an unsupported version - [PR #3309](https://github.com/FoundationDB/fdb-record-layer/pull/3309)
27
+
28
+
<details>
29
+
<summary>
30
+
31
+
<h4> Build/Test/Documentation/Style Improvements (click to expand) </h4>
32
+
33
+
</summary>
34
+
35
+
* Remove jfrog from repository list - [PR #3339](https://github.com/FoundationDB/fdb-record-layer/pull/3339)
0 commit comments