flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-27374][hive] Fix using wrong Flink type for Hive's void type

Open luoyuxia opened this issue 3 years ago • 1 comments

What is the purpose of the change

Convert Hive's void type to Flink's string type to handle the cases that some Hive's udf may return void type which isn't support by Flink. We can mapping it to Flink's string type.

Brief change log

Verifying this change

Addition query select nvl(null, null) in HiveDialectQueryITCase.java#testAdditionalQueries

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? N/A

luoyuxia avatar Mar 28 '22 09:03 luoyuxia

CI report:

  • 306bcb9e30977e665067841c2ee588ec1519ca57 Azure: SUCCESS
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Mar 28 '22 09:03 flinkbot

@flinkbot run azure

luoyuxia avatar Aug 30 '22 03:08 luoyuxia