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 9f95a691f78 Extension to read and ingest Delta Lake tables (#15755)
     add f701197224b Enable ArrayListRowsAndColumns to StorageAdapter 
conversion (#15735)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/data/input/Rows.java     |  15 ++-
 .../query/rowsandcols/ArrayListRowsAndColumns.java |  70 ++++++-------
 .../rowsandcols/LazilyDecoratedRowsAndColumns.java |   4 +-
 .../rowsandcols/MapOfColumnsRowsAndColumns.java    |  13 ---
 .../concrete/QueryableIndexRowsAndColumns.java     |  22 +++--
 .../druid/segment/RowBasedStorageAdapter.java      |   5 +-
 .../semantic/SemanticCreatorUsageTest.java         | 110 +++++++++++++++++++++
 .../druid/segment/RowBasedStorageAdapterTest.java  |  14 +--
 .../druid/server/ClientQuerySegmentWalkerTest.java |   2 +-
 .../org/apache/druid/server/QueryStackTests.java   |   6 +-
 .../server/SpecificSegmentsQuerySegmentWalker.java |   2 +-
 .../apache/druid/sql/calcite/rel/DruidQuery.java   |  24 ++---
 .../apache/druid/sql/calcite/CalciteQueryTest.java |  26 ++---
 .../druid/sql/calcite/DrillWindowQueryTest.java    |   1 -
 .../apache/druid/sql/calcite/NotYetSupported.java  |   9 +-
 .../druid/sql/calcite/util/CalciteTests.java       |   2 +-
 16 files changed, 219 insertions(+), 106 deletions(-)
 create mode 100644 
processing/src/test/java/org/apache/druid/query/rowsandcols/semantic/SemanticCreatorUsageTest.java


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

Reply via email to