This is an automated email from the ASF dual-hosted git repository.
timothyfarkas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 33810df DRILL-6610: Add support for Minimum TLS restriction.
new f2fd822 DRILL-6717: lower and upper functions not works with national
characters
new 9eba276 DRILL-6760: Retain original exception in Verbose Error Message
The 2 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/UserException.java | 3 +
.../common/exceptions/UserRemoteException.java | 4 +-
.../drill/common/util/DrillExceptionUtil.java | 107 +++++++++++++++++++++
.../exec/expr/fn/impl/StringFunctionHelpers.java | 20 ++--
.../drill/exec/expr/fn/impl/StringFunctions.java | 35 +++----
.../exec/expr/fn/impl/TestStringFunctions.java | 2 -
.../drill/exec/util/DrillExceptionUtilTest.java | 53 ++++++++++
7 files changed, 193 insertions(+), 31 deletions(-)
create mode 100644
common/src/main/java/org/apache/drill/common/util/DrillExceptionUtil.java
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/util/DrillExceptionUtilTest.java