Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-34285 [Umbrella] Test Flink Release 1.19
  3. FLINK-34399

Release Testing: Verify FLINK-33644 Make QueryOperations SQL serializable

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Table SQL / API

    Description

      Test suggestions:
      1. Write a few Table API programs.
      2. Call Table.getQueryOperation#asSerializableString, manually verify the produced SQL query
      3. Check the produced SQL query is runnable and produces the same results as the Table API program:

      Table table = tEnv.from("a") ...
      
      String sqlQuery = table.getQueryOperation().asSerializableString();
      
      //verify the sqlQuery is runnable
      tEnv.sqlQuery(sqlQuery).execute().collect()
      

      Attachments

        Issue Links

          Activity

            People

              ferenc-csaky Ferenc Csaky
              dwysakowicz Dawid Wysakowicz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: