You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/02/22 10:22:15 UTC

[GitHub] [incubator-seatunnel] CalvinKirs opened a new issue #1313: [Feature][Core]Flink interface upgrade

CalvinKirs opened a new issue #1313:
URL: https://github.com/apache/incubator-seatunnel/issues/1313


   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   ```
   public static void dataStreamToTable(StreamTableEnvironment tableEnvironment, String tableName, DataStream<Row> dataStream) {
           tableEnvironment.registerDataStream(tableName, dataStream);
       }
   
   tableEnvironment.registerDataStream(config.getString(Plugin.RESULT_TABLE_NAME), dataStream);
   ```
   When we upgraded the Flink version, some interfaces have been deprecated and we should upgrade it.
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

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



[GitHub] [incubator-seatunnel] xsaffable commented on issue #1313: [Feature][API]Flink interface upgrade

Posted by GitBox <gi...@apache.org>.
xsaffable commented on issue #1313:
URL: https://github.com/apache/incubator-seatunnel/issues/1313#issuecomment-1047657192


   Can i try it?


-- 
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: commits-unsubscribe@seatunnel.apache.org

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



[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #1313: [Feature][API]Flink interface upgrade

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #1313:
URL: https://github.com/apache/incubator-seatunnel/issues/1313#issuecomment-1047658475


   > Can i try it?
   
   sure,looking forward you submit PR


-- 
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: commits-unsubscribe@seatunnel.apache.org

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



[GitHub] [incubator-seatunnel] nielifeng commented on issue #1313: [Feature][API]Flink interface upgrade

Posted by GitBox <gi...@apache.org>.
nielifeng commented on issue #1313:
URL: https://github.com/apache/incubator-seatunnel/issues/1313#issuecomment-1048415600


   looking forward you submit PR


-- 
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: commits-unsubscribe@seatunnel.apache.org

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