bowenli86 opened a new pull request #6970: [FLINK-10696][Table API & SQL]Add 
APIs to ExternalCatalog, CrudExternalCatalog and InMemoryCrudExternalCatalog 
for views and UDFs
URL: https://github.com/apache/flink/pull/6970
 
 
   ## What is the purpose of the change
   
   Currently Flink's external catalog have APIs for tables only. However, views 
and UDFs are also common objects in a catalog.
   
   Adding initial APIs and in-memory implementations for views and UDFs to 
external catalog. These APIs are  required when we store Flink views and UDFs 
in an external persistent storage. These APIs will evolve as we make progress 
in Flink-Hive integration.
   
   ## Brief change log
   
   - added initial APIs for views and UDFs in `ExternalCatalog` and 
`CrudExternalCatalog`
   - added in-memory implementations  in `InMemoryCrudExternalCatalog`
   - added relevant tests
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - Added unit tests in `InMemoryExternalCatalogTest`
   
   ## Does this pull request potentially affect one of the following parts:
   
   none
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes )
     - If yes, how is the feature documented? (JavaDocs)
   

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


With regards,
Apache Git Services

Reply via email to