LadyForest opened a new pull request #25:
URL: https://github.com/apache/flink-table-store/pull/25


   # What is the purpose of the change
   
   This PR aims to introduce the implementation of `ManagedTableFactory`, which 
supports using SQL to interact with table-store, the more details can be found 
at 
[FLIP-188](https://cwiki.apache.org/confluence/display/FLINK/FLIP-188%3A+Introduce+Built-in+Dynamic+Table+Storage).
   
   # Brief changelog
   This PR contains three commits
   
   - 6fd89aa6 Implement `#enrichOptions`, `#onCreateTable`, `#onDropTable` to 
support `CREATE/DROP TABLE` statements.
   
   - revision number(TODO) Implement `#createDynamicTableSource`, 
`#createDynamicTableSink` to support `SELECT/INSERT INTO/OVERWRITE` statements.
   
   - revision number(TODO) Implement `#onCompactTable` to support `ALTER TABLE 
... COMPACT` statements.
   
   # Verifying this change
   
   - Unit test by `FileStoreTableFactoryTest` 
   
   - End-to-end test by `FileStoreITCase`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to