This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from 9f0a4570a01 doc: add missing catalog info (#17637)
add 8344b9c9904 fix missing required columns of CursorBuildSpec from
RowFilterPolicy (#17664)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/druid/query/policy/Policy.java | 5 +
.../apache/druid/query/policy/RowFilterPolicy.java | 10 +-
.../org/apache/druid/segment/CursorBuildSpec.java | 194 +++++++++++++-
.../org/apache/druid/segment/CursorFactory.java | 4 +
.../org/apache/druid/segment/CursorHolder.java | 23 +-
.../druid/segment/FilteredCursorFactory.java | 33 +--
.../druid/query/policy/RowFilterPolicyTest.java | 10 +-
.../apache/druid/segment/CursorBuildSpecTest.java | 295 +++++++++++++++++++++
8 files changed, 522 insertions(+), 52 deletions(-)
create mode 100644
processing/src/test/java/org/apache/druid/segment/CursorBuildSpecTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]