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

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


    from 9195838  DRILL-7391: Wrong result when doing left outer join on CSV 
table
     add 916b399  DRILL-7436: Fix record count, vector structure issues in 
several operators

No new revisions were added by this update.

Summary of changes:
 .../drill/exec/store/mongo/MongoTestConstants.java |   7 +-
 .../drill/exec/store/mongo/MongoTestSuit.java      |   9 +-
 .../drill/exec/store/mongo/TestMongoQueries.java   |   3 +
 .../drill/exec/store/mongo/TestTableGenerator.java |  17 +-
 .../exec/expr/ExpressionTreeMaterializer.java      | 117 ++++++-----
 .../exec/expr/annotations/FunctionTemplate.java    |  34 ++--
 .../apache/drill/exec/expr/fn/DrillFuncHolder.java |  33 ++--
 .../drill/exec/expr/fn/DrillSimpleFuncHolder.java  |  11 +-
 .../drill/exec/expr/fn/impl/UnionFunctions.java    |  28 +--
 .../expr/fn/output/DefaultReturnTypeInference.java |  22 ++-
 .../exec/physical/impl/aggregate/HashAggBatch.java |  22 ++-
 .../physical/impl/filter/FilterRecordBatch.java    |  37 ++--
 .../exec/physical/impl/filter/FilterTemplate2.java |  39 ++--
 .../impl/limit/PartitionLimitRecordBatch.java      | 101 ++++++----
 .../physical/impl/project/ProjectRecordBatch.java  |  26 ++-
 .../physical/impl/project/ProjectorTemplate.java   |  32 +--
 .../physical/impl/svremover/AbstractCopier.java    |  14 +-
 .../impl/svremover/RemovingRecordBatch.java        |  12 +-
 .../physical/impl/union/UnionAllRecordBatch.java   |  47 +++--
 .../physical/impl/union/UnionAllerTemplate.java    |  13 +-
 .../physical/impl/unnest/UnnestRecordBatch.java    | 115 +++++------
 .../physical/impl/validate/BatchValidator.java     | 215 +++++++++++++++------
 .../impl/xsort/managed/ExternalSortBatch.java      |  48 +++--
 .../drill/exec/record/AbstractRecordBatch.java     |  29 ++-
 .../record/AbstractTableFunctionRecordBatch.java   |   2 -
 .../exec/record/AbstractUnaryRecordBatch.java      |   4 +-
 .../apache/drill/exec/record/VectorContainer.java  |  16 ++
 .../exec/store/easy/json/JSONRecordReader.java     |  12 +-
 .../drill/exec/vector/complex/fn/JsonReader.java   |  84 ++++----
 .../apache/drill/TestTpchDistributedStreaming.java |   1 -
 .../physical/impl/validate/TestBatchValidator.java |   2 +-
 .../exec/vector/complex/writer/TestJsonReader.java |  15 +-
 .../codegen/templates/NullableValueVectors.java    |  55 +++---
 .../src/main/codegen/templates/UnionVector.java    |  82 +++++---
 .../drill/exec/record/MaterializedField.java       |  95 +++++----
 .../drill/exec/vector/complex/MapVector.java       |  35 ++--
 .../drill/common/expression/IfExpression.java      |   9 +-
 37 files changed, 847 insertions(+), 596 deletions(-)

Reply via email to