Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-10972 Enhancements to Flink Table API
  3. FLINK-11290

BatchTableEnvironment and StreamTableEnvironment should transparent to users

    XMLWordPrintableJSON

Details

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

    Description

      Users only care about their own business logic, do not care about the different implementation of stream and batch TableEnvironment.
      From:

      ExecutionEnvironment env = ...
      BatchTableEnvironment tEnv = 
        TableEnvironment.getTableEnvironment(env);
      

      To:

      ExecutionEnvironment env = …
      TableEnvironment tEnv = TableEnvironment.getTableEnvironment(env)
      

       

      The google doc: https://docs.google.com/document/d/1t-AUGuaChADddyJi6e0WLsTDEnf9ZkupvvBiQ4yTTEI/edit#

      The DISCUSS thread: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Enhance-convenience-of-TableEnvironment-in-TableAPI-SQL-td25825.html#a25839

      Any feedback is welcome!

      Attachments

        Activity

          People

            zhongwei Wei Zhong
            sunjincheng121 sunjincheng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: