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 54399dc DRILL-7654: Add support for JDK 14
new 233e047 DRILL-7656: Support injecting BufferManager into UDF
new cee1b99 DRILL-7643: Fix issues with using columns with the same name
as a reserved keyword
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:
.../exec/metastore/analyze/AnalyzeColumnUtils.java | 2 +-
.../metastore/analyze/FileMetadataInfoCollector.java | 1 +
.../apache/drill/exec/ops/BaseFragmentContext.java | 5 +++++
.../org/apache/drill/exec/ops/FragmentContext.java | 2 ++
.../java/org/apache/drill/exec/ops/UdfUtilities.java | 1 +
.../planner/sql/handlers/RefreshMetadataHandler.java | 6 +++++-
.../planner/sql/parser/SqlMetastoreAnalyzeTable.java | 3 +--
.../store/easy/json/StatisticsCollectorImpl.java | 1 +
.../drill/exec/store/ischema/RecordCollector.java | 20 ++++++++++++--------
.../apache/drill/exec/sql/TestMetastoreCommands.java | 14 +++++++++++---
.../exec/store/parquet/TestParquetMetadataCache.java | 4 ++--
11 files changed, 42 insertions(+), 17 deletions(-)