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

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


    from acb5124679e make double detection better (#15998)
     add bf0995f846e Introduce dynamic table append (#15897)

No new revisions were added by this update.

Summary of changes:
 docs/querying/datasource.md                        |  48 ++-
 docs/querying/sql.md                               |   6 +
 pom.xml                                            |   7 +
 processing/pom.xml                                 |  16 +-
 sql/pom.xml                                        |  16 +-
 .../sql/calcite/external/TableAppendMacro.java     | 341 +++++++++++++++++++++
 .../sql/calcite/planner/DruidOperatorTable.java    |   2 +
 .../sql/calcite/planner/DruidSqlValidator.java     |  17 +-
 .../sql/calcite/table/DatasourceMetadata.java      |  16 +-
 .../druid/sql/calcite/table/DatasourceTable.java   |  47 +--
 .../druid/sql/calcite/BaseCalciteQueryTest.java    |   9 +
 .../druid/sql/calcite/CalciteSysQueryTest.java     |   2 +-
 .../druid/sql/calcite/CalciteTableAppendTest.java  | 312 +++++++++++++++++++
 13 files changed, 802 insertions(+), 37 deletions(-)
 create mode 100644 
sql/src/main/java/org/apache/druid/sql/calcite/external/TableAppendMacro.java
 copy 
extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/data/input/kafkainput/KafkaHeaderReader.java
 => 
sql/src/main/java/org/apache/druid/sql/calcite/table/DatasourceMetadata.java 
(80%)
 create mode 100644 
sql/src/test/java/org/apache/druid/sql/calcite/CalciteTableAppendTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to