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

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

qingwei zhong created FLINK-29780:
-------------------------------------

             Summary: how to persist flink table like spark persist 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


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)