[jira] [Created] (FLINK-4109) Change the name of ternary condition operator 'eval' to '?'

2016-06-22 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4109: -- Summary: Change the name of ternary condition operator 'eval' to '?' Key: FLINK-4109 URL: https://issues.apache.org/jira/browse/FLINK-4109 Project: Flink Issue

[jira] [Created] (FLINK-4111) Flink Table & SQL doesn't work in very simple example

2016-06-23 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4111: -- Summary: Flink Table & SQL doesn't work in very simple example Key: FLINK-4111 URL: https://issues.apache.org/jira/browse/FLINK-4111 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3577) Display anchor links when hovering over headers.

2016-03-04 Thread Jark Wu (JIRA)
Jark Wu created FLINK-3577: -- Summary: Display anchor links when hovering over headers. Key: FLINK-3577 URL: https://issues.apache.org/jira/browse/FLINK-3577 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-4469) Add support for user defined table function in Table API & SQL

2016-08-24 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4469: -- Summary: Add support for user defined table function in Table API & SQL Key: FLINK-4469 URL: https://issues.apache.org/jira/browse/FLINK-4469 Project: Flink Issue

[jira] [Created] (FLINK-4546) Remove STREAM keyword and use batch sql parser for stream jobs

2016-08-31 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4546: -- Summary: Remove STREAM keyword and use batch sql parser for stream jobs Key: FLINK-4546 URL: https://issues.apache.org/jira/browse/FLINK-4546 Project: Flink Issue

[jira] [Created] (FLINK-4597) Improve Scalar Function section in Table API documentation

2016-09-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4597: -- Summary: Improve Scalar Function section in Table API documentation Key: FLINK-4597 URL: https://issues.apache.org/jira/browse/FLINK-4597 Project: Flink Issue Type:

[jira] [Created] (FLINK-5047) Add tumbling group-windows for batch tables

2016-11-09 Thread Jark Wu (JIRA)
Jark Wu created FLINK-5047: -- Summary: Add tumbling group-windows for batch tables Key: FLINK-5047 URL: https://issues.apache.org/jira/browse/FLINK-5047 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-4962) Improve exception information about operand type inference failed in UDF SQL validation

2016-10-28 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4962: -- Summary: Improve exception information about operand type inference failed in UDF SQL validation Key: FLINK-4962 URL: https://issues.apache.org/jira/browse/FLINK-4962 Project:

[jira] [Created] (FLINK-5223) Add documentation of UDTF in Table API & SQL

2016-12-01 Thread Jark Wu (JIRA)
Jark Wu created FLINK-5223: -- Summary: Add documentation of UDTF in Table API & SQL Key: FLINK-5223 URL: https://issues.apache.org/jira/browse/FLINK-5223 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-5224) Improve UDTF: emit rows directly instead of buffering them

2016-12-01 Thread Jark Wu (JIRA)
Jark Wu created FLINK-5224: -- Summary: Improve UDTF: emit rows directly instead of buffering them Key: FLINK-5224 URL: https://issues.apache.org/jira/browse/FLINK-5224 Project: Flink Issue Type:

[jira] [Created] (FLINK-5225) Add interface to override parameter types of UDTF's eval method

2016-12-01 Thread Jark Wu (JIRA)
Jark Wu created FLINK-5225: -- Summary: Add interface to override parameter types of UDTF's eval method Key: FLINK-5225 URL: https://issues.apache.org/jira/browse/FLINK-5225 Project: Flink Issue

[jira] [Created] (FLINK-5385) Add a help function to create Row

2016-12-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-5385: -- Summary: Add a help function to create Row Key: FLINK-5385 URL: https://issues.apache.org/jira/browse/FLINK-5385 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7448) Keep the data type unchanged when register an existing field as rowtime

2017-08-15 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7448: -- Summary: Keep the data type unchanged when register an existing field as rowtime Key: FLINK-7448 URL: https://issues.apache.org/jira/browse/FLINK-7448 Project: Flink

[jira] [Created] (FLINK-7451) Query fails when non-ascii characters are used in string literals

2017-08-15 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7451: -- Summary: Query fails when non-ascii characters are used in string literals Key: FLINK-7451 URL: https://issues.apache.org/jira/browse/FLINK-7451 Project: Flink Issue

[jira] [Created] (FLINK-7439) Support variable arguments for UDTF

2017-08-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7439: -- Summary: Support variable arguments for UDTF Key: FLINK-7439 URL: https://issues.apache.org/jira/browse/FLINK-7439 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7441) Double quote string literals is not supported in Table API and SQL

2017-08-14 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7441: -- Summary: Double quote string literals is not supported in Table API and SQL Key: FLINK-7441 URL: https://issues.apache.org/jira/browse/FLINK-7441 Project: Flink Issue

[jira] [Created] (FLINK-7144) Optimize multiple LogicalAggregate into one

2017-07-10 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7144: -- Summary: Optimize multiple LogicalAggregate into one Key: FLINK-7144 URL: https://issues.apache.org/jira/browse/FLINK-7144 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7001) Improve performance of Sliding Time Window with pane optimization

2017-06-25 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7001: -- Summary: Improve performance of Sliding Time Window with pane optimization Key: FLINK-7001 URL: https://issues.apache.org/jira/browse/FLINK-7001 Project: Flink Issue

[jira] [Created] (FLINK-6816) Fix wrong usage of Scala string interpolation in Table API

2017-06-02 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6816: -- Summary: Fix wrong usage of Scala string interpolation in Table API Key: FLINK-6816 URL: https://issues.apache.org/jira/browse/FLINK-6816 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6817) Fix NPE when preceding is not set in OVER window

2017-06-02 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6817: -- Summary: Fix NPE when preceding is not set in OVER window Key: FLINK-6817 URL: https://issues.apache.org/jira/browse/FLINK-6817 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6834) Over window doesn't support complex calculation

2017-06-02 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6834: -- Summary: Over window doesn't support complex calculation Key: FLINK-6834 URL: https://issues.apache.org/jira/browse/FLINK-6834 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6935) Integration of SQL and CEP

2017-06-16 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6935: -- Summary: Integration of SQL and CEP Key: FLINK-6935 URL: https://issues.apache.org/jira/browse/FLINK-6935 Project: Flink Issue Type: New Feature Components:

[jira] [Created] (FLINK-6938) IterativeCondition should support RichFunction interface

2017-06-16 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6938: -- Summary: IterativeCondition should support RichFunction interface Key: FLINK-6938 URL: https://issues.apache.org/jira/browse/FLINK-6938 Project: Flink Issue Type:

[jira] [Created] (FLINK-6939) Not store IterativeCondition with NFA state

2017-06-16 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6939: -- Summary: Not store IterativeCondition with NFA state Key: FLINK-6939 URL: https://issues.apache.org/jira/browse/FLINK-6939 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-6887) Split up CodeGenerator into several specific CodeGenerator

2017-06-11 Thread Jark Wu (JIRA)
Jark Wu created FLINK-6887: -- Summary: Split up CodeGenerator into several specific CodeGenerator Key: FLINK-6887 URL: https://issues.apache.org/jira/browse/FLINK-6887 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-7509) Refactorings to AggregateCodeGenerator

2017-08-24 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7509: -- Summary: Refactorings to AggregateCodeGenerator Key: FLINK-7509 URL: https://issues.apache.org/jira/browse/FLINK-7509 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-7548) Support watermark generation for TableSource

2017-08-28 Thread Jark Wu (JIRA)
Jark Wu created FLINK-7548: -- Summary: Support watermark generation for TableSource Key: FLINK-7548 URL: https://issues.apache.org/jira/browse/FLINK-7548 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-10766) Add a link to flink-china.org in Flink website

2018-11-02 Thread Jark Wu (JIRA)
Jark Wu created FLINK-10766: --- Summary: Add a link to flink-china.org in Flink website Key: FLINK-10766 URL: https://issues.apache.org/jira/browse/FLINK-10766 Project: Flink Issue Type: Wish

[jira] [Created] (FLINK-12063) Remove DateTimeUtils and fix datetime function problems in Blink planner

2019-03-29 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12063: --- Summary: Remove DateTimeUtils and fix datetime function problems in Blink planner Key: FLINK-12063 URL: https://issues.apache.org/jira/browse/FLINK-12063 Project: Flink

[jira] [Created] (FLINK-11788) Support Code Generation for RexNode

2019-02-28 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11788: --- Summary: Support Code Generation for RexNode Key: FLINK-11788 URL: https://issues.apache.org/jira/browse/FLINK-11788 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11801) Port SqlParserException to flink-table-common

2019-03-03 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11801: --- Summary: Port SqlParserException to flink-table-common Key: FLINK-11801 URL: https://issues.apache.org/jira/browse/FLINK-11801 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11717) Translate the "Material" page into Chinese

2019-02-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11717: --- Summary: Translate the "Material" page into Chinese Key: FLINK-11717 URL: https://issues.apache.org/jira/browse/FLINK-11717 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11703) Add a basic framework for Blink SQL

2019-02-20 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11703: --- Summary: Add a basic framework for Blink SQL Key: FLINK-11703 URL: https://issues.apache.org/jira/browse/FLINK-11703 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-11754) Translate the "Roadmap" page into Chinese

2019-02-26 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11754: --- Summary: Translate the "Roadmap" page into Chinese Key: FLINK-11754 URL: https://issues.apache.org/jira/browse/FLINK-11754 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11830) Introduce CodeGeneratorContext to maintain reusable statements for code generation

2019-03-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11830: --- Summary: Introduce CodeGeneratorContext to maintain reusable statements for code generation Key: FLINK-11830 URL: https://issues.apache.org/jira/browse/FLINK-11830 Project:

[jira] [Created] (FLINK-11732) Add a language switch to the sidebar for Flink documents

2019-02-22 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11732: --- Summary: Add a language switch to the sidebar for Flink documents Key: FLINK-11732 URL: https://issues.apache.org/jira/browse/FLINK-11732 Project: Flink Issue Type:

[jira] [Created] (FLINK-11944) Support FirstRow and LastRow for SQL

2019-03-17 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11944: --- Summary: Support FirstRow and LastRow for SQL Key: FLINK-11944 URL: https://issues.apache.org/jira/browse/FLINK-11944 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11945) Support Over aggregation for SQL

2019-03-17 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11945: --- Summary: Support Over aggregation for SQL Key: FLINK-11945 URL: https://issues.apache.org/jira/browse/FLINK-11945 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11943) Support TopN feature for Flink SQL

2019-03-17 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11943: --- Summary: Support TopN feature for Flink SQL Key: FLINK-11943 URL: https://issues.apache.org/jira/browse/FLINK-11943 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11898) Implement BinaryString call code generator

2019-03-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11898: --- Summary: Implement BinaryString call code generator Key: FLINK-11898 URL: https://issues.apache.org/jira/browse/FLINK-11898 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11961) Clear up and refactor the code generation of scalar functions and operators

2019-03-19 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11961: --- Summary: Clear up and refactor the code generation of scalar functions and operators Key: FLINK-11961 URL: https://issues.apache.org/jira/browse/FLINK-11961 Project: Flink

[jira] [Created] (FLINK-11960) Check all the builtin functions and operators are reasonable

2019-03-18 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11960: --- Summary: Check all the builtin functions and operators are reasonable Key: FLINK-11960 URL: https://issues.apache.org/jira/browse/FLINK-11960 Project: Flink Issue

[jira] [Created] (FLINK-11994) Introduce TableImpl and remove Table in flink-table-planner-blink

2019-03-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11994: --- Summary: Introduce TableImpl and remove Table in flink-table-planner-blink Key: FLINK-11994 URL: https://issues.apache.org/jira/browse/FLINK-11994 Project: Flink

[jira] [Created] (FLINK-11556) Translate "Contribute Documentation" page into Chinese.

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11556: --- Summary: Translate "Contribute Documentation" page into Chinese. Key: FLINK-11556 URL: https://issues.apache.org/jira/browse/FLINK-11556 Project: Flink Issue Type:

[jira] [Created] (FLINK-11554) Translate the "Community & Project Info" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11554: --- Summary: Translate the "Community & Project Info" page into Chinese Key: FLINK-11554 URL: https://issues.apache.org/jira/browse/FLINK-11554 Project: Flink Issue Type:

[jira] [Created] (FLINK-11558) Translate "Ecosystem" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11558: --- Summary: Translate "Ecosystem" page into Chinese Key: FLINK-11558 URL: https://issues.apache.org/jira/browse/FLINK-11558 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11563) Translate "Getting Help" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11563: --- Summary: Translate "Getting Help" page into Chinese Key: FLINK-11563 URL: https://issues.apache.org/jira/browse/FLINK-11563 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11555) Translate "Contributing Code" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11555: --- Summary: Translate "Contributing Code" page into Chinese Key: FLINK-11555 URL: https://issues.apache.org/jira/browse/FLINK-11555 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11560) Translate "Flink Applications" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11560: --- Summary: Translate "Flink Applications" page into Chinese Key: FLINK-11560 URL: https://issues.apache.org/jira/browse/FLINK-11560 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11562) Translate "Flink Operations" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11562: --- Summary: Translate "Flink Operations" page into Chinese Key: FLINK-11562 URL: https://issues.apache.org/jira/browse/FLINK-11562 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11561) Translate "Flink Architecture" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11561: --- Summary: Translate "Flink Architecture" page into Chinese Key: FLINK-11561 URL: https://issues.apache.org/jira/browse/FLINK-11561 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11564) Translate "How To Contribute" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11564: --- Summary: Translate "How To Contribute" page into Chinese Key: FLINK-11564 URL: https://issues.apache.org/jira/browse/FLINK-11564 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11559) Translate "FAQ" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11559: --- Summary: Translate "FAQ" page into Chinese Key: FLINK-11559 URL: https://issues.apache.org/jira/browse/FLINK-11559 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11557) Translate "Downloads" page into Chinese.

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11557: --- Summary: Translate "Downloads" page into Chinese. Key: FLINK-11557 URL: https://issues.apache.org/jira/browse/FLINK-11557 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11567) Translate "How to Review a Pull Request" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11567: --- Summary: Translate "How to Review a Pull Request" page into Chinese Key: FLINK-11567 URL: https://issues.apache.org/jira/browse/FLINK-11567 Project: Flink Issue Type:

[jira] [Created] (FLINK-11565) Translate "Improving the Website" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11565: --- Summary: Translate "Improving the Website" page into Chinese Key: FLINK-11565 URL: https://issues.apache.org/jira/browse/FLINK-11565 Project: Flink Issue Type:

[jira] [Created] (FLINK-11566) Translate "Powered by Flink" page into Chinese

2019-02-08 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11566: --- Summary: Translate "Powered by Flink" page into Chinese Key: FLINK-11566 URL: https://issues.apache.org/jira/browse/FLINK-11566 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11610) Translate the "Examples" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11610: --- Summary: Translate the "Examples" page into Chinese Key: FLINK-11610 URL: https://issues.apache.org/jira/browse/FLINK-11610 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11606) Translate the "Distributed Runtime Environment" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11606: --- Summary: Translate the "Distributed Runtime Environment" page into Chinese Key: FLINK-11606 URL: https://issues.apache.org/jira/browse/FLINK-11606 Project: Flink

[jira] [Created] (FLINK-11611) Translate the "Batch Examples" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11611: --- Summary: Translate the "Batch Examples" page into Chinese Key: FLINK-11611 URL: https://issues.apache.org/jira/browse/FLINK-11611 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11614) Translate the "Configuring Dependencies" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11614: --- Summary: Translate the "Configuring Dependencies" page into Chinese Key: FLINK-11614 URL: https://issues.apache.org/jira/browse/FLINK-11614 Project: Flink Issue Type:

[jira] [Created] (FLINK-11608) Translate the "Local Setup Tutorial" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11608: --- Summary: Translate the "Local Setup Tutorial" page into Chinese Key: FLINK-11608 URL: https://issues.apache.org/jira/browse/FLINK-11608 Project: Flink Issue Type:

[jira] [Created] (FLINK-11607) Translate the "DataStream API Tutorial" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11607: --- Summary: Translate the "DataStream API Tutorial" page into Chinese Key: FLINK-11607 URL: https://issues.apache.org/jira/browse/FLINK-11607 Project: Flink Issue Type:

[jira] [Created] (FLINK-11609) Translate the "Running Flink on Windows" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11609: --- Summary: Translate the "Running Flink on Windows" page into Chinese Key: FLINK-11609 URL: https://issues.apache.org/jira/browse/FLINK-11609 Project: Flink Issue Type:

[jira] [Created] (FLINK-11612) Translate the "Project Template for Java" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11612: --- Summary: Translate the "Project Template for Java" page into Chinese Key: FLINK-11612 URL: https://issues.apache.org/jira/browse/FLINK-11612 Project: Flink Issue

[jira] [Created] (FLINK-11605) Translate the "Dataflow Programming Model" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11605: --- Summary: Translate the "Dataflow Programming Model" page into Chinese Key: FLINK-11605 URL: https://issues.apache.org/jira/browse/FLINK-11605 Project: Flink Issue

[jira] [Created] (FLINK-11613) Translate the "Project Template for Scala" page into Chinese

2019-02-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11613: --- Summary: Translate the "Project Template for Scala" page into Chinese Key: FLINK-11613 URL: https://issues.apache.org/jira/browse/FLINK-11613 Project: Flink Issue

[jira] [Created] (FLINK-11581) Add Chinese document contribution guideline

2019-02-11 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11581: --- Summary: Add Chinese document contribution guideline Key: FLINK-11581 URL: https://issues.apache.org/jira/browse/FLINK-11581 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11666) Add Amazon Kinesis Data Analytics to poweredby.md for Chinese

2019-02-19 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11666: --- Summary: Add Amazon Kinesis Data Analytics to poweredby.md for Chinese Key: FLINK-11666 URL: https://issues.apache.org/jira/browse/FLINK-11666 Project: Flink Issue

[jira] [Created] (FLINK-11527) Support multiple languages for the framework of flink-web

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11527: --- Summary: Support multiple languages for the framework of flink-web Key: FLINK-11527 URL: https://issues.apache.org/jira/browse/FLINK-11527 Project: Flink Issue Type:

[jira] [Created] (FLINK-11529) Support Chinese Documents for Apache Flink

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11529: --- Summary: Support Chinese Documents for Apache Flink Key: FLINK-11529 URL: https://issues.apache.org/jira/browse/FLINK-11529 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11530) Support multiple languages for the framework of flink docs

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11530: --- Summary: Support multiple languages for the framework of flink docs Key: FLINK-11530 URL: https://issues.apache.org/jira/browse/FLINK-11530 Project: Flink Issue Type:

[jira] [Created] (FLINK-11526) Support Chinese Website for Apache Flink

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11526: --- Summary: Support Chinese Website for Apache Flink Key: FLINK-11526 URL: https://issues.apache.org/jira/browse/FLINK-11526 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11528) Translate the "Use Cases" page into Chinese

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11528: --- Summary: Translate the "Use Cases" page into Chinese Key: FLINK-11528 URL: https://issues.apache.org/jira/browse/FLINK-11528 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11531) Translate the Home Page of flink docs into Chinese

2019-02-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-11531: --- Summary: Translate the Home Page of flink docs into Chinese Key: FLINK-11531 URL: https://issues.apache.org/jira/browse/FLINK-11531 Project: Flink Issue Type:

[jira] [Created] (FLINK-12133) Support unbounded aggregate in streaming table runtime

2019-04-09 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12133: --- Summary: Support unbounded aggregate in streaming table runtime Key: FLINK-12133 URL: https://issues.apache.org/jira/browse/FLINK-12133 Project: Flink Issue Type: New

[jira] [Created] (FLINK-12173) Optimize "SELECT DISTINCT" into Deduplicate with keep first row

2019-04-12 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12173: --- Summary: Optimize "SELECT DISTINCT" into Deduplicate with keep first row Key: FLINK-12173 URL: https://issues.apache.org/jira/browse/FLINK-12173 Project: Flink Issue

[jira] [Created] (FLINK-12215) Introduce SqlProcessFunction for blink streaming runtime

2019-04-16 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12215: --- Summary: Introduce SqlProcessFunction for blink streaming runtime Key: FLINK-12215 URL: https://issues.apache.org/jira/browse/FLINK-12215 Project: Flink Issue Type:

[jira] [Created] (FLINK-12708) Introduce new Interfaces for source and sink to make Blink runner work

2019-06-03 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12708: --- Summary: Introduce new Interfaces for source and sink to make Blink runner work Key: FLINK-12708 URL: https://issues.apache.org/jira/browse/FLINK-12708 Project: Flink

[jira] [Created] (FLINK-12743) Introduce unbounded streaming anti/semi join operator

2019-06-05 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12743: --- Summary: Introduce unbounded streaming anti/semi join operator Key: FLINK-12743 URL: https://issues.apache.org/jira/browse/FLINK-12743 Project: Flink Issue Type: New

[jira] [Created] (FLINK-12805) Introduce PartitionableTableSource for partition pruning

2019-06-11 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12805: --- Summary: Introduce PartitionableTableSource for partition pruning Key: FLINK-12805 URL: https://issues.apache.org/jira/browse/FLINK-12805 Project: Flink Issue Type:

[jira] [Created] (FLINK-12809) Introduce PartitionableTableSink for support writing data into partitions

2019-06-11 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12809: --- Summary: Introduce PartitionableTableSink for support writing data into partitions Key: FLINK-12809 URL: https://issues.apache.org/jira/browse/FLINK-12809 Project: Flink

[jira] [Created] (FLINK-12808) Introduce OverwritableTableSink for supporting insert overwrite

2019-06-11 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12808: --- Summary: Introduce OverwritableTableSink for supporting insert overwrite Key: FLINK-12808 URL: https://issues.apache.org/jira/browse/FLINK-12808 Project: Flink Issue

[jira] [Created] (FLINK-12978) Support LookupableTableSource for CsvTableSource

2019-06-25 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12978: --- Summary: Support LookupableTableSource for CsvTableSource Key: FLINK-12978 URL: https://issues.apache.org/jira/browse/FLINK-12978 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-12971) Remove the constraint that lookup join needs a primary key or index key

2019-06-25 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12971: --- Summary: Remove the constraint that lookup join needs a primary key or index key Key: FLINK-12971 URL: https://issues.apache.org/jira/browse/FLINK-12971 Project: Flink

[jira] [Created] (FLINK-12977) Port CsvTableSource and CsvTableSink to api-java-bridge

2019-06-25 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12977: --- Summary: Port CsvTableSource and CsvTableSink to api-java-bridge Key: FLINK-12977 URL: https://issues.apache.org/jira/browse/FLINK-12977 Project: Flink Issue Type:

[jira] [Created] (FLINK-12904) Remove TableSource#getTableStats() interface

2019-06-19 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12904: --- Summary: Remove TableSource#getTableStats() interface Key: FLINK-12904 URL: https://issues.apache.org/jira/browse/FLINK-12904 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-12911) Port AppendStreamTableSink, UpsertStreamTableSink, RetractStreamTableSink to flink-api-java

2019-06-20 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12911: --- Summary: Port AppendStreamTableSink, UpsertStreamTableSink, RetractStreamTableSink to flink-api-java Key: FLINK-12911 URL: https://issues.apache.org/jira/browse/FLINK-12911

[jira] [Created] (FLINK-12938) Translate "Streaming Connectors" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12938: --- Summary: Translate "Streaming Connectors" page into Chinese Key: FLINK-12938 URL: https://issues.apache.org/jira/browse/FLINK-12938 Project: Flink Issue Type:

[jira] [Created] (FLINK-12939) Translate "Apache Kafka Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12939: --- Summary: Translate "Apache Kafka Connector" page into Chinese Key: FLINK-12939 URL: https://issues.apache.org/jira/browse/FLINK-12939 Project: Flink Issue Type:

[jira] [Created] (FLINK-12942) Translate "Elasticsearch Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12942: --- Summary: Translate "Elasticsearch Connector" page into Chinese Key: FLINK-12942 URL: https://issues.apache.org/jira/browse/FLINK-12942 Project: Flink Issue Type:

[jira] [Created] (FLINK-12940) Translate "Apache Cassandra Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12940: --- Summary: Translate "Apache Cassandra Connector" page into Chinese Key: FLINK-12940 URL: https://issues.apache.org/jira/browse/FLINK-12940 Project: Flink Issue Type:

[jira] [Created] (FLINK-12943) Translate "HDFS Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12943: --- Summary: Translate "HDFS Connector" page into Chinese Key: FLINK-12943 URL: https://issues.apache.org/jira/browse/FLINK-12943 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-12941) Translate "Amazon AWS Kinesis Streams Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12941: --- Summary: Translate "Amazon AWS Kinesis Streams Connector" page into Chinese Key: FLINK-12941 URL: https://issues.apache.org/jira/browse/FLINK-12941 Project: Flink

[jira] [Created] (FLINK-12947) Translate "Twitter Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12947: --- Summary: Translate "Twitter Connector" page into Chinese Key: FLINK-12947 URL: https://issues.apache.org/jira/browse/FLINK-12947 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-12946) Translate "Apache NiFi Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12946: --- Summary: Translate "Apache NiFi Connector" page into Chinese Key: FLINK-12946 URL: https://issues.apache.org/jira/browse/FLINK-12946 Project: Flink Issue Type:

[jira] [Created] (FLINK-12944) Translate "Streaming File Sink" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12944: --- Summary: Translate "Streaming File Sink" page into Chinese Key: FLINK-12944 URL: https://issues.apache.org/jira/browse/FLINK-12944 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-12945) Translate "RabbitMQ Connector" page into Chinese

2019-06-21 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12945: --- Summary: Translate "RabbitMQ Connector" page into Chinese Key: FLINK-12945 URL: https://issues.apache.org/jira/browse/FLINK-12945 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-12507) Fix AsyncLookupJoin doesn't close all generated ResultFutures

2019-05-13 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12507: --- Summary: Fix AsyncLookupJoin doesn't close all generated ResultFutures Key: FLINK-12507 URL: https://issues.apache.org/jira/browse/FLINK-12507 Project: Flink Issue

[jira] [Created] (FLINK-12471) Fix broken links in documentation to make CRON travis job work

2019-05-09 Thread Jark Wu (JIRA)
Jark Wu created FLINK-12471: --- Summary: Fix broken links in documentation to make CRON travis job work Key: FLINK-12471 URL: https://issues.apache.org/jira/browse/FLINK-12471 Project: Flink Issue

  1   2   3   4   5   6   >