lionrock
lionrock copied to clipboard
Bump org.foundationdb:fdb-record-layer-core-pb3 from 3.1.256.0 to 3.3.382.0
Bumps org.foundationdb:fdb-record-layer-core-pb3 from 3.1.256.0 to 3.3.382.0.
Changelog
Sourced from org.foundationdb:fdb-record-layer-core-pb3's changelog.
3.3.382.0
- Bug fix Fix grouping requested order if it is empty [(Issue #2150)](FoundationDB/fdb-record-layer#2150)
3.3.381.0
- Performance only break ORs into UNIONs if beneficial for index matching [(Issue #2147)](FoundationDB/fdb-record-layer#2147)
3.3.380.0
- Bug fix flatmap should honor skips and limits [(Issue #2140)](FoundationDB/fdb-record-layer#2140)
3.3.379.0
- Feature cascades planner needs to enumerate OR factorizations properly [(Issue #2131)](FoundationDB/fdb-record-layer#2131)
3.3.378.0
- Bug fix Removed infinite recursion from
LuceneIndexQueryPlan
'stoString
implementation [(Issue #2136)](FoundationDB/fdb-record-layer#2136)- Feature Record versions are now queryable by the Cascades planner, including mathcing on version indexes [(Issue #2089)](FoundationDB/fdb-record-layer#2089)
3.3.377.0
- Feature Allow placeholders in aggregate index match candidate's underlying
SelectExpression
[(Issue #2135)](FoundationDB/fdb-record-layer#2135)3.3.376.0
- Bug fix The plan string for
RecordQueryMapPlan
is reverted back to its value before 3.3.375.0 [(Issue #2132)](FoundationDB/fdb-record-layer#2132)3.3.375.0
- Bug fix Filtered match candidate is incorrectly considered for unfiltered scan [(Issue #2118)](FoundationDB/fdb-record-layer#2118)
- Feature The
PlanStringRepresentation
class separates out plan explain printing fromRecordQueryPlan::toString
including adding logic to create length-limited strings [(Issue #2112)](FoundationDB/fdb-record-layer#2112)3.3.374.0
- Feature Add throttling tags to context config [(Issue #2115)](FoundationDB/fdb-record-layer#2115)
- Feature Add optional conflict tracking to context config [(Issue #2116)](FoundationDB/fdb-record-layer#2116)
3.3.373.0
- Feature Refactor KeySpaceTreeResolver out of KeySpaceCountTree [(Issue #2121)](FoundationDB/fdb-record-layer#2121)
3.3.372.0
- Bug fix FDBRecordStore: keep userVersionChecker during copyFrom store [(Issue #2109)](FoundationDB/fdb-record-layer#2109)
3.3.371.0
- Feature Use Index.predicate as an index maintenance filter when appropriate [(Issue #2069)](FoundationDB/fdb-record-layer#2069)
... (truncated)
Commits
74a748a
Release notes updated for version 3.3.382.0b23fbdd
Merge pull request #2151 from hatyo/fix_grouping_orderingb0466c3
Update release notes.ac6054e
Fix corner case where requested ordering is empty (any ordering).a41eb31
Merge pull request #2146 from jleach4/2145de35802
Add RecordCursor.isClosed() (#1987)68bc6de
Release notes updated for version 3.3.381.0eaaadaf
Merge pull request #2148 from normen662/union-look-aheaad0b47b2a
basic logic works6b846ad
LuceneRecordCursor should only load stored values needed for query #2145- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)