You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/21 07:14:08 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #327: [FLINK-29252] Support create table-store table with 'connector'='table-store'

JingsongLi opened a new pull request, #327:
URL: https://github.com/apache/flink-table-store/pull/327

   Add a `createTableIfNeeded` in `TableStoreConnectorFactory`.
   
   When use:
   ```
   CREATE TEMPORARY TABLE T (
       i INT,
       j INT
   ) WITH (
       'connector'='table-store', 
       'path'='...'
   )
   ```
   
   Create underly table schema in FileSystem if needed.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #327: [FLINK-29252] Support create table-store table with 'connector'='table-store'

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #327:
URL: https://github.com/apache/flink-table-store/pull/327


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] SteNicholas commented on pull request #327: [FLINK-29252] Support create table-store table with 'connector'='table-store'

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on PR #327:
URL: https://github.com/apache/flink-table-store/pull/327#issuecomment-1288397838

   @JingsongLi, could you add this way that creates table in the `Create Table` document?


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi commented on pull request #327: [FLINK-29252] Support create table-store table with 'connector'='table-store'

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on PR #327:
URL: https://github.com/apache/flink-table-store/pull/327#issuecomment-1290594097

   <img width="930" alt="image" src="https://user-images.githubusercontent.com/9601882/197791387-24bcf9a4-7cf8-4143-834c-6c728229b9b4.png">
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org