flink icon indicating copy to clipboard operation
flink copied to clipboard

[FLINK-34993] parser changes to support model CRUD sql

Open lihaosky opened this issue 1 year ago • 2 comments

What is the purpose of the change

Support model CRUD sql syntax

Brief change log

Add following syntax for model

  • create model
  • drop model
  • show model
  • show create model
  • alter model

Verifying this change

Unit test for parser

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

  • Dependencies (does it add or upgrade a dependency): (yes)
  • 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): (n)
  • 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? (JavaDocs)

lihaosky avatar May 10 '24 08:05 lihaosky

cc @twalthr , @wuchong

lihaosky avatar May 10 '24 08:05 lihaosky

CI report:

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

flinkbot avatar May 10 '24 08:05 flinkbot

@twalthr , does this repo have CI build? I can't see it

lihaosky avatar May 23 '24 20:05 lihaosky