[GitHub] flink pull request: [FLINK-1788] [table] Make logical plans transf...

2015-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/550 --- 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

[jira] [Commented] (FLINK-1788) Extend Table API to allow logical plan optimisations

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394207#comment-14394207 ] ASF GitHub Bot commented on FLINK-1788: --- Github user asfgit closed the pull request

[jira] [Resolved] (FLINK-1788) Extend Table API to allow logical plan optimisations

2015-04-03 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek resolved FLINK-1788. - Resolution: Fixed Fix Version/s: 0.9 Resolved in

[GitHub] flink pull request: [FLINK-1664] Adds checks if selected sort key ...

2015-04-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/541#discussion_r27721821 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/operators/DataSink.java --- @@ -208,6 +214,28 @@ public DataSink(DataSetT data, OutputFormatT

[jira] [Created] (FLINK-1821) simplify coding

2015-04-03 Thread Liu Jiongzhou (JIRA)
Liu Jiongzhou created FLINK-1821: Summary: simplify coding Key: FLINK-1821 URL: https://issues.apache.org/jira/browse/FLINK-1821 Project: Flink Issue Type: Improvement Components:

[jira] [Updated] (FLINK-1822) Update Community page on website with a Getting Help section

2015-04-03 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1822: -- Attachment: update_community.patch Update Community page on website with a Getting Help

[jira] [Updated] (FLINK-1821) simplify coding

2015-04-03 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1821: -- Assignee: Liu Jiongzhou simplify coding Key: FLINK-1821

[jira] [Commented] (FLINK-1821) simplify coding

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394380#comment-14394380 ] Fabian Hueske commented on FLINK-1821: -- I think this is arguable whether removing the

[jira] [Comment Edited] (FLINK-1821) simplify coding

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394380#comment-14394380 ] Fabian Hueske edited comment on FLINK-1821 at 4/3/15 12:56 PM:

[jira] [Created] (FLINK-1822) Update Community page on website with a Getting Help section

2015-04-03 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1822: - Summary: Update Community page on website with a Getting Help section Key: FLINK-1822 URL: https://issues.apache.org/jira/browse/FLINK-1822 Project: Flink

[jira] [Commented] (FLINK-1803) Add type hints to the streaming api

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394283#comment-14394283 ] ASF GitHub Bot commented on FLINK-1803: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1803] [streaming] returns(..) method ad...

2015-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/556 --- 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

[jira] [Commented] (FLINK-1820) Bug in DoubleParser and FloatParser - empty String is not casted to 0

2015-04-03 Thread Felix Neutatz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394886#comment-14394886 ] Felix Neutatz commented on FLINK-1820: -- I think we should handle all types equally.

[jira] [Commented] (FLINK-1820) Bug in DoubleParser and FloatParser - empty String is not casted to 0

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394853#comment-14394853 ] Fabian Hueske commented on FLINK-1820: -- I would not call this a bug. The behavior

[GitHub] flink pull request: [FLINK-1820] Interpret empty string as zero

2015-04-03 Thread FelixNeutatz
GitHub user FelixNeutatz opened a pull request: https://github.com/apache/flink/pull/566 [FLINK-1820] Interpret empty string as zero You can merge this pull request into a Git repository by running: $ git pull https://github.com/FelixNeutatz/incubator-flink ParserBug

[jira] [Resolved] (FLINK-1803) Add type hints to the streaming api

2015-04-03 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora resolved FLINK-1803. --- Resolution: Fixed Add type hints to the streaming api ---

[jira] [Commented] (FLINK-1824) Allow missing types for DataStreams

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394794#comment-14394794 ] ASF GitHub Bot commented on FLINK-1824: --- GitHub user gyfora opened a pull request:

[GitHub] flink pull request: [FLINK-1824] [streaming] Support added for mis...

2015-04-03 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/567 [FLINK-1824] [streaming] Support added for missing types in DataStream api You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbalassi/flink

[jira] [Resolved] (FLINK-1664) Forbid sorting on POJOs

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-1664. -- Resolution: Fixed Fix Version/s: 0.9 Fixed with f36eb54ee6d8cc130439def98559b6b0a70b6c7b

[jira] [Resolved] (FLINK-1656) Filtered Semantic Properties for Operators with Iterators

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-1656. -- Resolution: Fixed Fix Version/s: 0.9 Fixed with dda8565e6b4f519ac77d66d710a5dc64f1c5740b

[GitHub] flink pull request: [FLINK-1808] Send barrier requests only when t...

2015-04-03 Thread mbalassi
Github user mbalassi commented on a diff in the pull request: https://github.com/apache/flink/pull/551#discussion_r27751706 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/StreamCheckpointCoordinator.scala --- @@ -82,15 +81,18 @@ class

[jira] [Commented] (FLINK-1664) Forbid sorting on POJOs

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394968#comment-14394968 ] ASF GitHub Bot commented on FLINK-1664: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1656] Filter ForwardedField properties ...

2015-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/525 --- 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

[jira] [Commented] (FLINK-1776) APIs provide invalid Semantic Properties for Operators with SelectorFunction keys

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394966#comment-14394966 ] ASF GitHub Bot commented on FLINK-1776: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-1656) Filtered Semantic Properties for Operators with Iterators

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394967#comment-14394967 ] ASF GitHub Bot commented on FLINK-1656: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1776] Add offsets to field indexes of s...

2015-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/532 --- 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

[jira] [Commented] (FLINK-1820) Bug in DoubleParser and FloatParser - empty String is not casted to 0

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394954#comment-14394954 ] Fabian Hueske commented on FLINK-1820: -- That would be the proper way to handle this

[jira] [Commented] (FLINK-1820) Bug in DoubleParser and FloatParser - empty String is not casted to 0

2015-04-03 Thread Felix Neutatz (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14394935#comment-14394935 ] Felix Neutatz commented on FLINK-1820: -- So I will add the Exception in the

[jira] [Assigned] (FLINK-1823) Rename linq.md to something like table.md to avoid potential trademark issue

2015-04-03 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek reassigned FLINK-1823: --- Assignee: Aljoscha Krettek Rename linq.md to something like table.md to avoid

[jira] [Resolved] (FLINK-1776) APIs provide invalid Semantic Properties for Operators with SelectorFunction keys

2015-04-03 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-1776. -- Resolution: Fixed Fixed with f39aec82d6cd1286f129b11366d101cb646716ee APIs provide invalid

[jira] [Commented] (FLINK-1808) Omit sending checkpoint barriers when the execution graph is not running

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14395385#comment-14395385 ] ASF GitHub Bot commented on FLINK-1808: --- Github user senorcarbone commented on a

[jira] [Commented] (FLINK-1825) Fix the constructor comments with correct parameter in DefaultMemoryManager

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14395478#comment-14395478 ] ASF GitHub Bot commented on FLINK-1825: --- GitHub user matadorhong opened a pull

[jira] [Created] (FLINK-1826) Remove the code never be executed in function getNumPages

2015-04-03 Thread Sibao Hong (JIRA)
Sibao Hong created FLINK-1826: - Summary: Remove the code never be executed in function getNumPages Key: FLINK-1826 URL: https://issues.apache.org/jira/browse/FLINK-1826 Project: Flink Issue

[jira] [Commented] (FLINK-1826) Remove the code never be executed in function getNumPages

2015-04-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14395549#comment-14395549 ] ASF GitHub Bot commented on FLINK-1826: --- GitHub user matadorhong opened a pull

[GitHub] flink pull request: [FLINK-1826]Remove the redundant codes never b...

2015-04-03 Thread matadorhong
GitHub user matadorhong opened a pull request: https://github.com/apache/flink/pull/569 [FLINK-1826]Remove the redundant codes never be executed in function getNumPages Remove the code never be executed in function getNumPages, because the input of numBytes has be validataion by

[GitHub] flink pull request: [FLINK-1825]Fix the constructor comments with ...

2015-04-03 Thread matadorhong
GitHub user matadorhong opened a pull request: https://github.com/apache/flink/pull/568 [FLINK-1825]Fix the constructor comments with correct parameter .The comment in DefaultMemoryManager's constructor of parameters missing 'numberOfSlots' You can merge this pull request into a

[GitHub] flink pull request: [FLINK-1808] Send barrier requests only when t...

2015-04-03 Thread senorcarbone
Github user senorcarbone commented on a diff in the pull request: https://github.com/apache/flink/pull/551#discussion_r27763870 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/StreamCheckpointCoordinator.scala --- @@ -82,15 +81,18 @@ class

[jira] [Created] (FLINK-1823) Rename linq.md to something like table.md to avoid potential trademark issue

2015-04-03 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-1823: Summary: Rename linq.md to something like table.md to avoid potential trademark issue Key: FLINK-1823 URL: https://issues.apache.org/jira/browse/FLINK-1823 Project:

[jira] [Created] (FLINK-1824) Allow missing types for DataStreams

2015-04-03 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-1824: - Summary: Allow missing types for DataStreams Key: FLINK-1824 URL: https://issues.apache.org/jira/browse/FLINK-1824 Project: Flink Issue Type: Improvement