This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from b11c0bc249 smarter nested column index utilization (#13977)
add 92912a6a2b JOIN or UNNEST queries over tombstone segment can fail
(#14021)
No new revisions were added by this update.
Summary of changes:
.../apache/druid/query/scan/ScanQueryEngine.java | 7 ++-
.../org/apache/druid/segment/QueryableIndex.java | 8 ---
.../org/apache/druid/segment/StorageAdapter.java | 8 +++
.../loading/TombstoneSegmentizerFactory.java | 16 +++---
...ava => TombstoneSegmentStorageAdapterTest.java} | 65 +++++++++++++++++-----
.../loading/TombstoneSegmentizerFactoryTest.java | 18 +++---
.../druid/server/coordination/ServerManager.java | 14 +++--
.../loading/SegmentLocalCacheLoaderTest.java | 2 +-
8 files changed, 91 insertions(+), 47 deletions(-)
rename
processing/src/test/java/org/apache/druid/segment/{SimpleQueryableIndexTest.java
=> TombstoneSegmentStorageAdapterTest.java} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]