You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2021/12/08 09:41:38 UTC

[druid] branch master updated (45be2be -> ca260df)

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 45be2be  fix issues with multi-value string constant expressions (#12025)
     add ca260df  Intern RowSignature in DruidSchema to reduce its memory footprint (#12001)

No new revisions were added by this update.

Summary of changes:
 .../DruidSchemaInternRowSignatureBenchmark.java    | 216 +++++++++++++++++++++
 .../apache/druid/segment/column/RowSignature.java  |  18 +-
 .../druid/segment/column/RowSignatureTest.java     |  11 ++
 .../druid/sql/calcite/schema/DruidSchema.java      |  14 +-
 .../druid/sql/calcite/schema/DruidSchemaTest.java  |  18 +-
 5 files changed, 261 insertions(+), 16 deletions(-)
 create mode 100644 benchmarks/src/test/java/org/apache/druid/benchmark/DruidSchemaInternRowSignatureBenchmark.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org