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

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


    from 3b1ae15  DRILL-6755: Avoid building Hash Table for inner/left join 
when probe side is empty
     new 9d3c4f7  DRILL-6765: Exclude unused shaded guava classes from 
drill-jdbc-all jar
     new 0ca84ea  DRILL-6759: Make columns array name for csv data case 
insensitive
     new 2bd26ff  DRILL-6762: Fix dynamic UDFs versioning issue
     new 778e043  DRILL-6764: Query fails with IOB when Unnest has reference to 
deep nested field like (t.c_orders.o_lineitems).
     new d5bafec  DRILL-6773: The renamed schema with aliases is not shown for 
queries on empty directories
     new a253391  DRILL-6541: Upgrade ZooKeeper patch version to 3.4.11 for 
mapr profile

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../drill/common/exceptions/ErrorHelper.java       | 13 ++++
 .../common/util/function/CheckedFunction.java      | 63 ++++++++++++++++++
 .../common/util/function}/CheckedSupplier.java     |  4 +-
 .../common/util/function/TestCheckedFunction.java  | 35 +++++++---
 .../store/mapr/db/MapRDBPushFilterIntoScan.java    |  4 +-
 contrib/storage-hbase/pom.xml                      |  1 +
 .../exec/store/hbase/HBasePushFilterIntoScan.java  |  2 +-
 .../store/kafka/KafkaPushDownFilterIntoScan.java   |  2 +-
 .../store/mongo/MongoPushDownFilterForScan.java    |  2 +-
 .../exec/coord/store/TransientStoreFactory.java    |  2 +-
 .../expr/fn/FunctionImplementationRegistry.java    | 51 +++++++++------
 .../expr/fn/registry/FunctionRegistryHolder.java   | 55 ++++++++--------
 .../expr/fn/registry/LocalFunctionRegistry.java    | 20 +++---
 .../expr/fn/registry/RemoteFunctionRegistry.java   | 43 +++++++------
 .../drill/exec/physical/base/SchemalessScan.java   |  6 ++
 .../physical/impl/project/ProjectRecordBatch.java  |  2 +-
 .../planner/physical/ConvertCountToDirectScan.java |  2 +-
 .../exec/planner/physical/ProjectAllowDupPrel.java | 14 ++--
 .../drill/exec/planner/physical/ProjectPrel.java   |  2 +-
 .../drill/exec/planner/physical/ScanPrel.java      | 12 ++--
 .../drill/exec/planner/physical/ScanPrule.java     |  2 +-
 .../physical/visitor/StarColumnConverter.java      | 26 +++++---
 .../drill/exec/planner/sql/DrillOperatorTable.java |  6 +-
 .../drill/exec/planner/sql/DrillSqlWorker.java     | 11 ++--
 .../planner/sql/handlers/ComplexUnnestVisitor.java | 11 ++--
 .../planner/sql/handlers/DefaultSqlHandler.java    |  1 +
 .../easy/text/compliant/RepeatedVarCharOutput.java |  2 +-
 .../InfoSchemaPushFilterIntoRecordGenerator.java   |  2 +-
 .../exec/store/parquet/ParquetPushDownFilter.java  |  2 +-
 .../exec/store/sys/PersistentStoreProvider.java    | 23 +++++--
 .../exec/store/sys/store/DataChangeVersion.java    | 10 ++-
 .../UndefinedVersionDelegatingStore.java}          | 49 +++++++-------
 .../store/sys/store/VersionedDelegatingStore.java  | 14 ++--
 .../provider/CachingPersistentStoreProvider.java   | 51 ++++++++-------
 .../sys/store/provider/InMemoryStoreProvider.java  | 12 +++-
 .../provider/LocalPersistentStoreProvider.java     |  6 ++
 .../test/java/org/apache/drill/TestUnionAll.java   |  4 +-
 .../java/org/apache/drill/TestUnionDistinct.java   |  4 +-
 .../org/apache/drill/exec/TestEmptyInputSql.java   | 37 +++++++++--
 .../fn/registry/FunctionRegistryHolderTest.java    | 75 ++++++++++------------
 .../impl/lateraljoin/TestLateralPlans.java         | 20 ++++++
 .../drill/exec/store/text/TestTextColumn.java      | 23 ++++++-
 .../exec/udf/dynamic/TestDynamicUDFSupport.java    | 18 +++---
 .../java/org/apache/drill/test/PrintingUtils.java  |  2 +-
 ...sted-customer.json => nested-customer-map.json} | 28 ++++++--
 exec/jdbc-all/pom.xml                              | 34 +++++-----
 pom.xml                                            |  2 +-
 47 files changed, 533 insertions(+), 277 deletions(-)
 create mode 100644 
common/src/main/java/org/apache/drill/common/util/function/CheckedFunction.java
 rename {exec/java-exec/src/main/java/org/apache/drill/exec/util => 
common/src/main/java/org/apache/drill/common/util/function}/CheckedSupplier.java
 (92%)
 copy exec/interpreter/src/test/java/org/apache/drill/exec/expr/TestPrune.java 
=> 
common/src/test/java/org/apache/drill/common/util/function/TestCheckedFunction.java
 (51%)
 copy 
exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/{CaseInsensitivePersistentStore.java
 => store/UndefinedVersionDelegatingStore.java} (51%)
 copy exec/java-exec/src/test/resources/lateraljoin/{nested-customer.json => 
nested-customer-map.json} (82%)

Reply via email to