This is an automated email from the ASF dual-hosted git repository.
boaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from fa0d78d DRILL-6710: Disallow negative scale for decimal data type
new 85ebae5 DRILL-6709: Extended the batch stats utility to other
operators
new fe038a3 DRILL-6729: Enable Unnest/Lateral Join feature by default
Remove redundant option key in ExecConstants
new 32acc0b DRILL-6726: Fix case sensitivity issues for views created
before DRILL-6492
new ea83672 DRILL-5365: Enforced DrillFileSystem immutability.
new f88a73c DRILL-6705: Fix various failures in Crypto / Network /
Phonetic functions when invalid input is given
The 5 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:
.../apache/drill/exec/udfs/CryptoFunctions.java | 58 ++----
.../apache/drill/exec/udfs/NetworkFunctions.java | 223 ++++++++++-----------
.../apache/drill/exec/udfs/PhoneticFunctions.java | 1 +
.../drill/exec/udfs/TestCryptoFunctions.java | 46 ++++-
.../drill/exec/udfs/TestNetworkFunctions.java | 139 +++++++++++--
.../drill/exec/udfs/TestPhoneticFunctions.java | 10 +-
.../java/org/apache/drill/exec/ExecConstants.java | 1 -
.../java/org/apache/drill/exec/dotdrill/View.java | 28 +--
.../apache/drill/exec/physical/impl/ScanBatch.java | 3 +-
.../exec/physical/impl/aggregate/HashAggBatch.java | 26 +--
.../physical/impl/aggregate/HashAggTemplate.java | 8 +-
.../physical/impl/flatten/FlattenRecordBatch.java | 28 +--
.../exec/physical/impl/join/HashJoinBatch.java | 45 +++--
.../exec/physical/impl/join/LateralJoinBatch.java | 57 +++---
.../exec/physical/impl/join/MergeJoinBatch.java | 48 ++---
.../physical/impl/join/NestedLoopJoinBatch.java | 32 +--
.../physical/impl/join/NestedLoopJoinTemplate.java | 7 +-
.../impl/project/ProjectMemoryManager.java | 8 +-
.../physical/impl/project/ProjectRecordBatch.java | 7 +-
.../physical/impl/union/UnionAllRecordBatch.java | 44 ++--
.../physical/impl/unnest/UnnestRecordBatch.java | 26 ++-
.../physical/impl/xsort/ExternalSortBatch.java | 2 +-
.../drill/exec/record/AbstractRecordBatch.java | 11 +
.../drill/exec/store/dfs/DrillFileSystem.java | 70 +++++--
.../drill/exec/store/dfs/FileSystemPlugin.java | 2 +-
.../batchsizing/OverflowSerDeUtil.java | 6 +-
.../drill/exec/util/record/RecordBatchStats.java | 118 +++++++++--
.../java-exec/src/main/resources/drill-module.conf | 2 +-
.../impl/lateraljoin/TestE2EUnnestAndLateral.java | 3 +-
.../impl/lateraljoin/TestLateralPlans.java | 28 +--
30 files changed, 685 insertions(+), 402 deletions(-)