You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2021/11/11 02:46:55 UTC

[druid] branch master updated (cdd1c28 -> 5baa221)

This is an automated email from the ASF dual-hosted git repository.

suneet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from cdd1c28  catch throwable because calcite is throwing an error not exception (#11892)
     add 5baa221  revert ColumnAnalysis type, add typeSignature and use it for DruidSchema (#11895)

No new revisions were added by this update.

Summary of changes:
 docs/querying/segmentmetadataquery.md              |   8 +-
 .../resources/hadoop/batch_hadoop_queries.json     |   5 +
 .../resources/queries/twitterstream_queries.json   |   3 +
 .../queries/wikipedia_editstream_queries.json      |   2 +
 .../druid/query/metadata/SegmentAnalyzer.java      |  18 +-
 .../SegmentMetadataQueryQueryToolChest.java        |  52 +-----
 .../query/metadata/metadata/ColumnAnalysis.java    |  47 ++++-
 .../metadata/metadata/ColumnIncluderator.java      |   4 +-
 .../metadata/metadata/SegmentMetadataQuery.java    |  32 +---
 .../org/apache/druid/query/DoubleStorageTest.java  |  19 +-
 .../druid/query/metadata/SegmentAnalyzerTest.java  |   3 +-
 .../SegmentMetadataQueryQueryToolChestTest.java    |   6 +-
 .../query/metadata/SegmentMetadataQueryTest.java   |  27 ++-
 .../metadata/SegmentMetadataUnionQueryTest.java    |   2 +
 .../metadata/metadata/ColumnAnalysisTest.java      | 204 +++++++++++++++++++--
 .../druid/sql/calcite/schema/DruidSchema.java      |  10 +-
 16 files changed, 317 insertions(+), 125 deletions(-)

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