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

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


    from fc533b9d9c1 [FLINK-26047][yarn] Support remote usrlib in HDFS for YARN 
deployment
     new e13ae26e806 [FLINK-28451][table][hive] Use UserCodeClassloader instead 
of the current thread's classloader to load function
     new 9a4fd227a58 [FLINK-28451][hive] Borrow Kryo from 
SerializationUtilities in HiveFunctionWrapper

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:
 .../factories/HiveFunctionDefinitionFactory.java   | 66 ++++++++++-----
 .../flink/table/functions/hive/HiveFunction.java   |  2 +-
 .../table/functions/hive/HiveFunctionWrapper.java  | 97 ++++++++++++++--------
 .../table/functions/hive/HiveGenericUDAF.java      |  7 +-
 .../flink/table/functions/hive/HiveGenericUDF.java |  6 +-
 .../table/functions/hive/HiveGenericUDTF.java      |  2 +-
 .../table/functions/hive/HiveScalarFunction.java   | 16 ++--
 .../flink/table/functions/hive/HiveSimpleUDF.java  |  6 +-
 .../apache/flink/table/module/hive/HiveModule.java | 18 ++--
 .../flink/table/module/hive/HiveModuleFactory.java |  2 +-
 .../table/planner/delegation/hive/HiveParser.java  |  3 +-
 .../hive/parse/HiveParserDDLSemanticAnalyzer.java  | 11 ++-
 .../functions/hive/HiveFunctionWrapperTest.java    | 91 ++++++++++++++++++++
 .../table/functions/hive/HiveGenericUDAFTest.java  |  3 +-
 .../table/functions/hive/HiveGenericUDFTest.java   |  5 +-
 .../table/functions/hive/HiveGenericUDTFTest.java  |  4 +-
 .../table/functions/hive/HiveSimpleUDFTest.java    |  5 +-
 .../client/gateway/context/ExecutionContext.java   | 11 ---
 .../table/client/gateway/local/LocalExecutor.java  | 11 +--
 .../flink/table/catalog/FunctionCatalog.java       |  7 +-
 .../table/factories/FunctionDefinitionFactory.java | 38 ++++++++-
 .../factories/TestFunctionDefinitionFactory.java}  | 27 +++---
 .../table/planner/factories/TestValuesCatalog.java |  8 +-
 .../table/planner/catalog/CatalogTableITCase.scala | 40 ++++++++-
 24 files changed, 353 insertions(+), 133 deletions(-)
 create mode 100644 
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/functions/hive/HiveFunctionWrapperTest.java
 copy 
flink-table/{flink-table-common/src/main/java/org/apache/flink/table/factories/FunctionDefinitionFactory.java
 => 
flink-table-planner/src/test/java/org/apache/flink/table/planner/factories/TestFunctionDefinitionFactory.java}
 (54%)

Reply via email to