You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2022/10/27 13:28:00 UTC

[jira] [Closed] (FLINK-29780) how to persist a flink table like spark persist a dataset

     [ https://issues.apache.org/jira/browse/FLINK-29780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Visser closed FLINK-29780.
----------------------------------
    Resolution: Invalid

[~zqw99] This question is better suited for the Flink User mailing list or the Slack channel. See https://flink.apache.org/community.html#how-do-i-get-help-from-apache-flink

> how to persist a flink table like spark persist a dataset
> ---------------------------------------------------------
>
>                 Key: FLINK-29780
>                 URL: https://issues.apache.org/jira/browse/FLINK-29780
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>            Reporter: qingwei zhong
>            Priority: Major
>         Attachments: 1027.jpg
>
>
> I have code:
> table1 = table...
> table2 = table1....
> table3 = table1...
>  
> How many times would (table1 = table...) be executed?
> Once or twice?
> I think it executes once, but it actually executes twice, so how do I make it only execute once



--
This message was sent by Atlassian Jira
(v8.20.10#820010)