flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-29052][TABLE]Support TO_TIMESTAMP built-in function in Table API

Open hehuiyuan opened this issue 2 years ago • 2 comments

What is the purpose of the change

Support TO_TIMESTAMP built-in function in Table API.

Brief change log

Support TO_TIMESTAMP built-in functions in Table API. Support TO_TIMESTAMP built-in functions in Python Table API.

Verifying this change

This change added tests and can be verified as follows:

Added test that validates that TO_TIMESTAMP in Table API work Added test that validates that TO_TIMESTAMP in Python Table API work

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): (yes) 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? (yes) If yes, how is the feature documented? (docs)

hehuiyuan avatar Aug 22 '22 05:08 hehuiyuan

CI report:

  • 2165e18429cc009ad6f3bcd249370c223d618ec1 Azure: FAILURE
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Aug 22 '22 05:08 flinkbot

@flinkbot run azure

hehuiyuan avatar Sep 22 '22 11:09 hehuiyuan