GitHub user chobeat opened a pull request:

    https://github.com/apache/flink/pull/2485

    [Flink 4599] - Add 'explain()' also to StreamTableEnvironment

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/radicalbit/flink FLINK-4599

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2485.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2485
    
----
commit 29f0204308a8f871e7b27767efc3020e362218f4
Author: chobeat <simone.robu...@gmail.com>
Date:   2016-09-09T09:27:41Z

    AST DataStream table explain

commit 593569405bbd2b728f5e9edc82242019a7fbe9be
Author: chobeat <simone.robu...@gmail.com>
Date:   2016-09-09T09:31:12Z

    Merge remote-tracking branch 'origin/master' into FLINK-4599

commit 7bf135237cb24ed889b92bf5d8026de43d1038fc
Author: f7753 <mabiao...@gmail.com>
Date:   2016-08-22T13:07:55Z

    [FLINK-4436] Unclosed DataOutputBuffer in Utils#setTokensFor()
    
    This closes #2402

commit ba043aaa51401f53c2868927a540ebf7a3493318
Author: Greg Hogan <c...@greghogan.com>
Date:   2016-07-25T13:09:27Z

    [FLINK-4257] [gelly] Handle delegating algorithm change of class
    
    Replaces Delegate with NoOpOperator.
    
    This closes #2474

commit 850fd5fec5133f7729bc6a5b2af00cb2decc229b
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-08-31T15:58:09Z

    [FLINK-4458] Replace ForkableFlinkMiniCluster by LocalFlinkMiniCluster
    
    Rename _configuration to originalConfiguration
    
    Remove testing classes from main scope in flink-runtime
    
    Previously, the ForkableFlinkMiniCluster which resided in flink-test-utils 
required
    these files to be in the main scope of flink-runtime. With the removal of 
the
    ForkableFlinkMiniCluster, these classes are now no longer needed and can be 
moved
    back to the test scope.
    
    This closes #2450.

commit 7eecc4bd7aa605051cc3c6abc1a87233b8695127
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-09-01T12:41:44Z

    [FLINK-4456] Replace Akka specific types by interfaces in Task
    
    Introduce TaskExecutionStateListener for Task
    
    Replace JobManagerGateway in Task by InputSplitProvider and 
CheckpointNotifier
    
    Replace the TaskManager ActorGateway by TaskManagerConnection in Task
    
    Rename taskmanager.CheckpointNotifier into CheckpointResponder; rename 
TaskExecutionStateListener.notifyTaskExecutionState into 
notifyTaskExecutionStateChanged
    
    Remove InputSplitProvider.start; add ClassLoader parameter to 
InputSplitProvider.getNextInputSplit
    
    Removes the unused class InputSplitIterator.
    
    Update InputSplitProvider JavaDocs
    
    This closes #2456.

commit 45f842eb8ea7da4f0535cd29c345fd45fe3d3815
Author: Greg Hogan <c...@greghogan.com>
Date:   2016-09-02T14:42:30Z

    [FLINK-4522] [docs] Gelly link broken in homepage
    
    The Gelly documentation was recently split into multiple pages in
    FLINK-4104 but was missing a redirect. This commit updates the Gelly
    redirect to point to the old page.
    
    This closes #2464

commit 7c9d1679c8319d560c9032691ad05b723b852f66
Author: Greg Hogan <c...@greghogan.com>
Date:   2016-09-02T15:53:08Z

    [FLINK-4571] [gelly] Configurable little parallelism in Gelly drivers
    
    This closes #2475

commit 2ddb4fef89debd7cef740058cc79ddca097879e1
Author: Alexander Pivovarov <apivova...@gmail.com>
Date:   2016-09-07T21:11:06Z

    [FLINK-4595] Close FileOutputStream in ParameterTool
    
    This closes #2478

commit 2d4c75e688cd143022fc1db2b209c71935003c7d
Author: chobeat <simone.robu...@gmail.com>
Date:   2016-09-09T09:32:13Z

    Merge branch 'FLINK-4599' of github.com:radicalbit/flink into FLINK-4599

commit f3ba22ba5d2901c25cdbd11689a1ca3cc50935cd
Author: chobeat <simone.robu...@gmail.com>
Date:   2016-09-09T12:30:50Z

    moved stream explain test resources to main folder

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to