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/22 16:48:33 UTC

[druid] branch master updated (1871a1a -> 9b59840)

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 1871a1a  ARRAY_AGG and STRING_AGG will through errors if invoked on a complex datatype (#12089)
     add 9b59840  Add interface for external schema provider to Druid SQL (#12043)

No new revisions were added by this update.

Summary of changes:
 .../DruidSchemaInternRowSignatureBenchmark.java    |  3 +-
 .../druid/sql/calcite/schema/DruidSchema.java      | 31 ++++++++++++++++---
 .../sql/calcite/schema/DruidSchemaManager.java     | 15 ++++++---
 ...SchemaName.java => NoopDruidSchemaManager.java} | 25 +++++++--------
 .../java/org/apache/druid/sql/guice/SqlModule.java | 15 +++++++++
 .../druid/sql/calcite/BaseCalciteQueryTest.java    |  2 ++
 .../schema/DruidCalciteSchemaModuleTest.java       |  1 +
 .../calcite/schema/DruidSchemaConcurrencyTest.java |  6 ++--
 .../calcite/schema/DruidSchemaNoDataInitTest.java  |  3 +-
 .../druid/sql/calcite/schema/DruidSchemaTest.java  | 36 ++++++++++++++--------
 .../druid/sql/calcite/schema/SystemSchemaTest.java |  3 +-
 .../druid/sql/calcite/util/CalciteTests.java       | 13 +++++---
 12 files changed, 111 insertions(+), 42 deletions(-)
 copy core/src/main/java/org/apache/druid/tasklogs/TaskLogKiller.java => sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchemaManager.java (59%)
 copy sql/src/main/java/org/apache/druid/sql/calcite/schema/{DruidSchemaName.java => NoopDruidSchemaManager.java} (65%)

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