Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-30926 [Umbrella] Test Flink Release 1.17
  3. FLINK-31066

Release Testing: Verify FLINK-29932 Upgrade Calcite to 1.29.0

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Tests

    Description

      In fact this is a task to check all 3 Calcite upgrade related issues (1.27.0, 1.28.0 and 1.29.0)

      Since there were added optimization for Sarg in Calcite 1.27.0 it would make sense to check that different queries with Sarg operator are working ok.
      Also would make sense to check that SQL jobs with Sarg related queries could be restored from previous Flink version.

      An example of SQL 

      SELECT a FROM MyTable WHERE a = 1 or a = 2 or a IS NOT NULL;
      SELECT a FROM MyTable WHERE a = 1 or a = 2 or a IS NULL;
      
      

      where MyTable is for instance

      CREATE TABLE MyTable (
         a bigint,
         b int not null,
         c varchar,
         d timestamp(3)
      ) with (...) 
      

      Attachments

        1. SavepointReleaseTesting.java
          6 kB
          Matthias Pohl

        Issue Links

          Activity

            People

              mapohl Matthias Pohl
              Sergey Nuyanzin Sergey Nuyanzin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: