This is an automated email from the ASF dual-hosted git repository.
lakshsingla pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from 3afe09a19d9 urlencode nested serializer temp file names so they dont
explode stuff (#15068)
add b8d03d36b09 Free up the resources when materializing the results as
Frames (#15032)
No new revisions were added by this update.
Summary of changes:
.../druid/query/IterableRowsCursorHelper.java | 61 +++++++--------------
.../query/groupby/GroupByQueryQueryToolChest.java | 8 ++-
.../druid/query/scan/ScanQueryQueryToolChest.java | 38 +++++--------
.../druid/query/scan/ScanResultValueIterator.java | 62 ++++++++++++++++++++++
.../timeseries/TimeseriesQueryQueryToolChest.java | 8 ++-
.../druid/query/topn/TopNQueryQueryToolChest.java | 8 ++-
.../java/org/apache/druid/segment/RowWalker.java | 8 ++-
.../FrameBasedInlineDataSourceSerializerTest.java | 7 ++-
.../druid/query/IterableRowsCursorHelperTest.java | 4 +-
.../join/table/FrameBasedIndexedTableTest.java | 12 ++++-
.../druid/sql/calcite/CalciteSubqueryTest.java | 2 -
11 files changed, 139 insertions(+), 79 deletions(-)
create mode 100644
processing/src/main/java/org/apache/druid/query/scan/ScanResultValueIterator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]