zjuwangg opened a new pull request #10272: [FLINK-14878]Support `use  catalog` 
through sqlUpdate() method in TableEnvironment
URL: https://github.com/apache/flink/pull/10272
 
 
   ## What is the purpose of the change
   
   *Support `USE CATALOG catalogName` through `sqlUpdate()` method in 
TableEnvironment*
   
   
   ## Brief change log
   
     - 
[c2375e0](https://github.com/apache/flink/commit/c2375e0a3af00cf91668375955d1caebef65f1fa)
 Add useCatalogOperation and support it both in flink/blink planner
     - 
[442d683](https://github.com/apache/flink/commit/442d683bfdc59204390b26d5433b42ed9a350cf0)
 add converter test and make sqlUseCatalog sql kind to other ddl to s
     - 
[ea05725](https://github.com/apache/flink/commit/ea0572560ca5e700a8d749484aac2edb17c07ba9)
 add related ITcase in CatalogTableITCase to both planner
   
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
     - *CatalogTableITCase#testUseCatalog*
     - *SqlToOperationConverterTest#testUseCatalog*
   
   ## 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, Yarn/Mesos, 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? (not applicable )
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to