[jira] [Created] (FLINK-13137) Remove the legacy flink python docs

2019-07-07 Thread Huang Xingbo (JIRA)
Huang Xingbo created FLINK-13137: Summary: Remove the legacy flink python docs Key: FLINK-13137 URL: https://issues.apache.org/jira/browse/FLINK-13137 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-15961) Introduce Python Physical Correlate RelNodes which are containers for Python Python TableFunction

2020-02-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15961: Summary: Introduce Python Physical Correlate RelNodes which are containers for Python Python TableFunction Key: FLINK-15961 URL: https://issues.apache.org/jira/browse/FLINK-15961

[jira] [Created] (FLINK-15972) Add Python building blocks to make sure the basic functionality of Python TableFunction could work

2020-02-10 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15972: Summary: Add Python building blocks to make sure the basic functionality of Python TableFunction could work Key: FLINK-15972 URL: https://issues.apache.org/jira/browse/FLINK-15972

[jira] [Created] (FLINK-16007) Add rules to push down the Java Calls contained in Python Correlate node

2020-02-11 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16007: Summary: Add rules to push down the Java Calls contained in Python Correlate node Key: FLINK-16007 URL: https://issues.apache.org/jira/browse/FLINK-16007 Project: Fli

[jira] [Created] (FLINK-16008) Add rules to transpose the join condition of Python Correlate node

2020-02-11 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16008: Summary: Add rules to transpose the join condition of Python Correlate node Key: FLINK-16008 URL: https://issues.apache.org/jira/browse/FLINK-16008 Project: Flink

[jira] [Created] (FLINK-16040) Change local import to global import

2020-02-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16040: Summary: Change local import to global import Key: FLINK-16040 URL: https://issues.apache.org/jira/browse/FLINK-16040 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-16071) Optimize the cost of the get item of the Row in operation and coder

2020-02-15 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16071: Summary: Optimize the cost of the get item of the Row in operation and coder Key: FLINK-16071 URL: https://issues.apache.org/jira/browse/FLINK-16071 Project: Flink

[jira] [Created] (FLINK-16072) Optimize the performance of the write/read null mask in RowCoder

2020-02-15 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16072: Summary: Optimize the performance of the write/read null mask in RowCoder Key: FLINK-16072 URL: https://issues.apache.org/jira/browse/FLINK-16072 Project: Flink

[jira] [Created] (FLINK-16251) Optimize the cost of function call in ScalarFunctionOpertation

2020-02-23 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16251: Summary: Optimize the cost of function call in ScalarFunctionOpertation Key: FLINK-16251 URL: https://issues.apache.org/jira/browse/FLINK-16251 Project: Flink

[jira] [Created] (FLINK-16252) Optimize the progress of the process_outputs in Python UDF

2020-02-23 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16252: Summary: Optimize the progress of the process_outputs in Python UDF Key: FLINK-16252 URL: https://issues.apache.org/jira/browse/FLINK-16252 Project: Flink Is

[jira] [Created] (FLINK-16435) Fix ide static check

2020-03-05 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16435: Summary: Fix ide static check Key: FLINK-16435 URL: https://issues.apache.org/jira/browse/FLINK-16435 Project: Flink Issue Type: Improvement Compo

[jira] [Created] (FLINK-16516) Remove Python UDF Codegen Code

2020-03-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16516: Summary: Remove Python UDF Codegen Code Key: FLINK-16516 URL: https://issues.apache.org/jira/browse/FLINK-16516 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-16522) Take use of Python3 type hint to rebuild Python Function signature

2020-03-10 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16522: Summary: Take use of Python3 type hint to rebuild Python Function signature Key: FLINK-16522 URL: https://issues.apache.org/jira/browse/FLINK-16522 Project: Flink

[jira] [Created] (FLINK-16524) Optimize the result of FlattenRowCoder to generator to eliminate unnecessary function calls

2020-03-10 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16524: Summary: Optimize the result of FlattenRowCoder to generator to eliminate unnecessary function calls Key: FLINK-16524 URL: https://issues.apache.org/jira/browse/FLINK-16524

[jira] [Created] (FLINK-16691) Adjust Python UDF document to remind users to install PyFlink on the cluster

2020-03-20 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16691: Summary: Adjust Python UDF document to remind users to install PyFlink on the cluster Key: FLINK-16691 URL: https://issues.apache.org/jira/browse/FLINK-16691 Project:

[jira] [Created] (FLINK-16748) Add Python UDTF doc

2020-03-24 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16748: Summary: Add Python UDTF doc Key: FLINK-16748 URL: https://issues.apache.org/jira/browse/FLINK-16748 Project: Flink Issue Type: Improvement Compone

[jira] [Created] (FLINK-16796) Fix The Bug of Python UDTF in SQL Query

2020-03-26 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16796: Summary: Fix The Bug of Python UDTF in SQL Query Key: FLINK-16796 URL: https://issues.apache.org/jira/browse/FLINK-16796 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-16980) PyFlink UDF execution module is not compatible with protobuf 3.6.1

2020-04-04 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-16980: Summary: PyFlink UDF execution module is not compatible with protobuf 3.6.1 Key: FLINK-16980 URL: https://issues.apache.org/jira/browse/FLINK-16980 Project: Flink

[jira] [Created] (FLINK-17013) Support Python UDTF in old planner under batch mode

2020-04-06 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17013: Summary: Support Python UDTF in old planner under batch mode Key: FLINK-17013 URL: https://issues.apache.org/jira/browse/FLINK-17013 Project: Flink Issue Typ

[jira] [Created] (FLINK-17065) Adds notes of Python versions supported by PyFlink in doc

2020-04-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17065: Summary: Adds notes of Python versions supported by PyFlink in doc Key: FLINK-17065 URL: https://issues.apache.org/jira/browse/FLINK-17065 Project: Flink Iss

[jira] [Created] (FLINK-17066) Limits the PyArrow version to 0.13

2020-04-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17066: Summary: Limits the PyArrow version to 0.13 Key: FLINK-17066 URL: https://issues.apache.org/jira/browse/FLINK-17066 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-17115) Support Cython Optimizing Python User Defined Function(FLIP-121)

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17115: Summary: Support Cython Optimizing Python User Defined Function(FLIP-121) Key: FLINK-17115 URL: https://issues.apache.org/jira/browse/FLINK-17115 Project: Flink

[jira] [Created] (FLINK-17118) Support Primitive DataTypes in Cython

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17118: Summary: Support Primitive DataTypes in Cython Key: FLINK-17118 URL: https://issues.apache.org/jira/browse/FLINK-17118 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-17119) Support Composite DataTypes in Cython

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17119: Summary: Support Composite DataTypes in Cython Key: FLINK-17119 URL: https://issues.apache.org/jira/browse/FLINK-17119 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-17120) Support Cython Optimizing Python Operations

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17120: Summary: Support Cython Optimizing Python Operations Key: FLINK-17120 URL: https://issues.apache.org/jira/browse/FLINK-17120 Project: Flink Issue Type: Sub-t

[jira] [Created] (FLINK-17121) Adds Pipeline of Building Wheel Packages in Azure CI

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17121: Summary: Adds Pipeline of Building Wheel Packages in Azure CI Key: FLINK-17121 URL: https://issues.apache.org/jira/browse/FLINK-17121 Project: Flink Issue Ty

[jira] [Created] (FLINK-17124) The PyFlink Job runs into infinite loop if the UDF file imports job code.

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17124: Summary: The PyFlink Job runs into infinite loop if the UDF file imports job code. Key: FLINK-17124 URL: https://issues.apache.org/jira/browse/FLINK-17124 Project: Fl

[jira] [Created] (FLINK-17125) Add a Usage Notes Page to Answer Common Questions Encountered by PyFlink Users

2020-04-13 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17125: Summary: Add a Usage Notes Page to Answer Common Questions Encountered by PyFlink Users Key: FLINK-17125 URL: https://issues.apache.org/jira/browse/FLINK-17125 Projec

[jira] [Created] (FLINK-17212) Disable the cython tests

2020-04-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17212: Summary: Disable the cython tests Key: FLINK-17212 URL: https://issues.apache.org/jira/browse/FLINK-17212 Project: Flink Issue Type: Improvement Co

[jira] [Created] (FLINK-17311) Add executable permissions to the script in the wheel package

2020-04-21 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17311: Summary: Add executable permissions to the script in the wheel package Key: FLINK-17311 URL: https://issues.apache.org/jira/browse/FLINK-17311 Project: Flink

[jira] [Created] (FLINK-17394) Add RemoteEnvironment and RemoteStreamEnvironment in Python

2020-04-26 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17394: Summary: Add RemoteEnvironment and RemoteStreamEnvironment in Python Key: FLINK-17394 URL: https://issues.apache.org/jira/browse/FLINK-17394 Project: Flink

[jira] [Created] (FLINK-17395) Add the sign and sha logic for PyFlink wheel packages

2020-04-26 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17395: Summary: Add the sign and sha logic for PyFlink wheel packages Key: FLINK-17395 URL: https://issues.apache.org/jira/browse/FLINK-17395 Project: Flink Issue T

[jira] [Created] (FLINK-17414) Change the steps of building PyFlink in doc

2020-04-27 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-17414: Summary: Change the steps of building PyFlink in doc Key: FLINK-17414 URL: https://issues.apache.org/jira/browse/FLINK-17414 Project: Flink Issue Type: Sub-t

[jira] [Created] (FLINK-14547) UDF cannot be in the join condition in blink planner

2019-10-28 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-14547: Summary: UDF cannot be in the join condition in blink planner Key: FLINK-14547 URL: https://issues.apache.org/jira/browse/FLINK-14547 Project: Flink Issue Ty

[jira] [Created] (FLINK-14573) Support time data types in Python user-defined functions

2019-10-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-14573: Summary: Support time data types in Python user-defined functions Key: FLINK-14573 URL: https://issues.apache.org/jira/browse/FLINK-14573 Project: Flink Issu

[jira] [Created] (FLINK-14584) Support complex data types in Python user-defined functions

2019-10-31 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-14584: Summary: Support complex data types in Python user-defined functions Key: FLINK-14584 URL: https://issues.apache.org/jira/browse/FLINK-14584 Project: Flink

[jira] [Created] (FLINK-15168) Exception is thrown when using kafka source connector with flink planner

2019-12-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15168: Summary: Exception is thrown when using kafka source connector with flink planner Key: FLINK-15168 URL: https://issues.apache.org/jira/browse/FLINK-15168 Project: Fli

[jira] [Created] (FLINK-15650) Improve the udfs documentation of the Python API

2020-01-18 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15650: Summary: Improve the udfs documentation of the Python API Key: FLINK-15650 URL: https://issues.apache.org/jira/browse/FLINK-15650 Project: Flink Issue Type:

[jira] [Created] (FLINK-15657) Fix the python table api doc link

2020-01-18 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15657: Summary: Fix the python table api doc link Key: FLINK-15657 URL: https://issues.apache.org/jira/browse/FLINK-15657 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-15700) Improve Python API Tutorial doc

2020-01-20 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15700: Summary: Improve Python API Tutorial doc Key: FLINK-15700 URL: https://issues.apache.org/jira/browse/FLINK-15700 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-15861) Change TableEnvironmentImpl to StreamTableaEnvironmentImpl in python blink batch mode

2020-02-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15861: Summary: Change TableEnvironmentImpl to StreamTableaEnvironmentImpl in python blink batch mode Key: FLINK-15861 URL: https://issues.apache.org/jira/browse/FLINK-15861

[jira] [Created] (FLINK-15913) Add Python Table Function Runner And Operator

2020-02-05 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-15913: Summary: Add Python Table Function Runner And Operator Key: FLINK-15913 URL: https://issues.apache.org/jira/browse/FLINK-15913 Project: Flink Issue Type: New

[jira] [Created] (FLINK-19138) Python UDF supports directly specifying input_types as DataTypes.ROW

2020-09-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19138: Summary: Python UDF supports directly specifying input_types as DataTypes.ROW Key: FLINK-19138 URL: https://issues.apache.org/jira/browse/FLINK-19138 Project: Flink

[jira] [Created] (FLINK-19163) Add building py38 wheel package of PyFlink in Azure CI

2020-09-08 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19163: Summary: Add building py38 wheel package of PyFlink in Azure CI Key: FLINK-19163 URL: https://issues.apache.org/jira/browse/FLINK-19163 Project: Flink Issue

[jira] [Created] (FLINK-19169) Support Pandas UDAF in PyFlink (FLIP-137)

2020-09-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19169: Summary: Support Pandas UDAF in PyFlink (FLIP-137) Key: FLINK-19169 URL: https://issues.apache.org/jira/browse/FLINK-19169 Project: Flink Issue Type: Improve

[jira] [Created] (FLINK-19173) Add Pandas Batch Group Aggregation Function Operator

2020-09-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19173: Summary: Add Pandas Batch Group Aggregation Function Operator Key: FLINK-19173 URL: https://issues.apache.org/jira/browse/FLINK-19173 Project: Flink Issue Ty

[jira] [Created] (FLINK-19184) Add Batch Physical Pandas Group Aggregate Rule and RelNode

2020-09-09 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19184: Summary: Add Batch Physical Pandas Group Aggregate Rule and RelNode Key: FLINK-19184 URL: https://issues.apache.org/jira/browse/FLINK-19184 Project: Flink Is

[jira] [Created] (FLINK-19186) Add Python building blocks to make sure the basic functionality of Pandas Batch Group Aggregation could work

2020-09-10 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19186: Summary: Add Python building blocks to make sure the basic functionality of Pandas Batch Group Aggregation could work Key: FLINK-19186 URL: https://issues.apache.org/jira/browse/F

[jira] [Created] (FLINK-19277) Introduce BatchArrowPythonGroupWindowAggregateFunctionOperator

2020-09-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19277: Summary: Introduce BatchArrowPythonGroupWindowAggregateFunctionOperator Key: FLINK-19277 URL: https://issues.apache.org/jira/browse/FLINK-19277 Project: Flink

[jira] [Created] (FLINK-19333) Introduce BatchArrowPythonOverWindowAggregateFunctionOperator

2020-09-21 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19333: Summary: Introduce BatchArrowPythonOverWindowAggregateFunctionOperator Key: FLINK-19333 URL: https://issues.apache.org/jira/browse/FLINK-19333 Project: Flink

[jira] [Created] (FLINK-19364) Add Batch Physical Pandas Group Window Aggregate Rule and RelNode

2020-09-22 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19364: Summary: Add Batch Physical Pandas Group Window Aggregate Rule and RelNode Key: FLINK-19364 URL: https://issues.apache.org/jira/browse/FLINK-19364 Project: Flink

[jira] [Created] (FLINK-19372) Support Pandas Batch Over Window Aggregation

2020-09-23 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19372: Summary: Support Pandas Batch Over Window Aggregation Key: FLINK-19372 URL: https://issues.apache.org/jira/browse/FLINK-19372 Project: Flink Issue Type: Sub-

[jira] [Created] (FLINK-19403) Support Pandas Stream Group Window Aggregation

2020-09-24 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19403: Summary: Support Pandas Stream Group Window Aggregation Key: FLINK-19403 URL: https://issues.apache.org/jira/browse/FLINK-19403 Project: Flink Issue Type: Su

[jira] [Created] (FLINK-19404) Support Pandas Stream Over Window Aggregation

2020-09-24 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19404: Summary: Support Pandas Stream Over Window Aggregation Key: FLINK-19404 URL: https://issues.apache.org/jira/browse/FLINK-19404 Project: Flink Issue Type: Sub

[jira] [Created] (FLINK-19412) Re-layer Python Operation Make it Possible to Provide only Python implementation

2020-09-25 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19412: Summary: Re-layer Python Operation Make it Possible to Provide only Python implementation Key: FLINK-19412 URL: https://issues.apache.org/jira/browse/FLINK-19412 Proj

[jira] [Created] (FLINK-19416) Support Python datetime object in from_collection of Python DataStream

2020-09-25 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19416: Summary: Support Python datetime object in from_collection of Python DataStream Key: FLINK-19416 URL: https://issues.apache.org/jira/browse/FLINK-19416 Project: Flink

[jira] [Created] (FLINK-19417) Fix the bug of the method from_data_stream in table_environement

2020-09-25 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19417: Summary: Fix the bug of the method from_data_stream in table_environement Key: FLINK-19417 URL: https://issues.apache.org/jira/browse/FLINK-19417 Project: Flink

[jira] [Created] (FLINK-19450) Optimize the Python CI Test

2020-09-29 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19450: Summary: Optimize the Python CI Test Key: FLINK-19450 URL: https://issues.apache.org/jira/browse/FLINK-19450 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-19643) Add Pandas UDAF Doc

2020-10-14 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19643: Summary: Add Pandas UDAF Doc Key: FLINK-19643 URL: https://issues.apache.org/jira/browse/FLINK-19643 Project: Flink Issue Type: Sub-task Components

[jira] [Created] (FLINK-19733) Make fast_operation and slow_operation produce functions consistent

2020-10-20 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19733: Summary: Make fast_operation and slow_operation produce functions consistent Key: FLINK-19733 URL: https://issues.apache.org/jira/browse/FLINK-19733 Project: Flink

[jira] [Created] (FLINK-19892) Replace __metaclass__ field with metaclass keyword

2020-10-29 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19892: Summary: Replace __metaclass__ field with metaclass keyword Key: FLINK-19892 URL: https://issues.apache.org/jira/browse/FLINK-19892 Project: Flink Issue Type

[jira] [Created] (FLINK-19894) Use iloc for positional slicing instead of direct slicing in from_pandas

2020-10-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-19894: Summary: Use iloc for positional slicing instead of direct slicing in from_pandas Key: FLINK-19894 URL: https://issues.apache.org/jira/browse/FLINK-19894 Project: Fli

[jira] [Created] (FLINK-20177) Liquid Exception: Could not find document 'dev/table/connectors/kinesis.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/connector

2020-11-16 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20177: Summary: Liquid Exception: Could not find document 'dev/table/connectors/kinesis.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/connectors/index.zh.md Key

[jira] [Created] (FLINK-20183) Fix the default PYTHONPATH is overwritten in client side

2020-11-16 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20183: Summary: Fix the default PYTHONPATH is overwritten in client side Key: FLINK-20183 URL: https://issues.apache.org/jira/browse/FLINK-20183 Project: Flink Issu

[jira] [Created] (FLINK-20198) Liquid Exception: Could not find document 'dev/table/connectors/formats/index.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/conn

2020-11-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20198: Summary: Liquid Exception: Could not find document 'dev/table/connectors/formats/index.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/connectors/upsert-kafka.zh.md

[jira] [Created] (FLINK-20199) PyFlink unstable e2e DataStream test

2020-11-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20199: Summary: PyFlink unstable e2e DataStream test Key: FLINK-20199 URL: https://issues.apache.org/jira/browse/FLINK-20199 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20202) Add the Check of Unsupported Result Type in Pandas UDAF

2020-11-17 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20202: Summary: Add the Check of Unsupported Result Type in Pandas UDAF Key: FLINK-20202 URL: https://issues.apache.org/jira/browse/FLINK-20202 Project: Flink Issue

[jira] [Created] (FLINK-20218) AttributeError: module 'urllib' has no attribute 'parse'

2020-11-18 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20218: Summary: AttributeError: module 'urllib' has no attribute 'parse' Key: FLINK-20218 URL: https://issues.apache.org/jira/browse/FLINK-20218 Project: Flink Issu

[jira] [Created] (FLINK-20308) Liquid Exception: Could not find document 'dev/table/streaming/time_attributes.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/sql

2020-11-23 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20308: Summary: Liquid Exception: Could not find document 'dev/table/streaming/time_attributes.md' in tag 'link'. Make sure the document exists and the path is correct. in dev/table/sql/create.zh.md Key

[jira] [Created] (FLINK-20362) Broken Link in dev/table/sourceSinks.zh.md

2020-11-25 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20362: Summary: Broken Link in dev/table/sourceSinks.zh.md Key: FLINK-20362 URL: https://issues.apache.org/jira/browse/FLINK-20362 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20384) Broken Link in deployment/ha/kubernetes_ha.zh.md

2020-11-26 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20384: Summary: Broken Link in deployment/ha/kubernetes_ha.zh.md Key: FLINK-20384 URL: https://issues.apache.org/jira/browse/FLINK-20384 Project: Flink Issue Type:

[jira] [Created] (FLINK-20407) Migrate test_pyflink.sh

2020-11-27 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20407: Summary: Migrate test_pyflink.sh Key: FLINK-20407 URL: https://issues.apache.org/jira/browse/FLINK-20407 Project: Flink Issue Type: Sub-task Compon

[jira] [Created] (FLINK-20408) Migrate test_pyflink_yarn.sh

2020-11-27 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20408: Summary: Migrate test_pyflink_yarn.sh Key: FLINK-20408 URL: https://issues.apache.org/jira/browse/FLINK-20408 Project: Flink Issue Type: Sub-task C

[jira] [Created] (FLINK-20409) Migrate test_kubernetes_pyflink_application.sh

2020-11-27 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20409: Summary: Migrate test_kubernetes_pyflink_application.sh Key: FLINK-20409 URL: https://issues.apache.org/jira/browse/FLINK-20409 Project: Flink Issue Type: Su

[jira] [Created] (FLINK-20430) Broken links in deployment/index.zh.md

2020-11-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20430: Summary: Broken links in deployment/index.zh.md Key: FLINK-20430 URL: https://issues.apache.org/jira/browse/FLINK-20430 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20431) KafkaSourceReaderTest.testCommitOffsetsWithoutAliveFetchers:133->lambda$testCommitOffsetsWithoutAliveFetchers$3:134 expected:<10> but was:<1>

2020-11-30 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20431: Summary: KafkaSourceReaderTest.testCommitOffsetsWithoutAliveFetchers:133->lambda$testCommitOffsetsWithoutAliveFetchers$3:134 expected:<10> but was:<1> Key: FLINK-20431 URL: https

[jira] [Created] (FLINK-20461) YARNFileReplicationITCase.testPerJobModeWithDefaultFileReplication

2020-12-02 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20461: Summary: YARNFileReplicationITCase.testPerJobModeWithDefaultFileReplication Key: FLINK-20461 URL: https://issues.apache.org/jira/browse/FLINK-20461 Project: Flink

[jira] [Created] (FLINK-20462) MailboxOperatorTest.testAvoidTaskStarvation

2020-12-02 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20462: Summary: MailboxOperatorTest.testAvoidTaskStarvation Key: FLINK-20462 URL: https://issues.apache.org/jira/browse/FLINK-20462 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20467) Fix the Example in Python DataStream Doc

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20467: Summary: Fix the Example in Python DataStream Doc Key: FLINK-20467 URL: https://issues.apache.org/jira/browse/FLINK-20467 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20475) Broken Link in gettingStarted.zh.md

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20475: Summary: Broken Link in gettingStarted.zh.md Key: FLINK-20475 URL: https://issues.apache.org/jira/browse/FLINK-20475 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20476) New File Sink end-to-end test Failed

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20476: Summary: New File Sink end-to-end test Failed Key: FLINK-20476 URL: https://issues.apache.org/jira/browse/FLINK-20476 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20477) Maven: Could not find the selected project in the reactor: flink-shaded-netty-tcnative-static

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20477: Summary: Maven: Could not find the selected project in the reactor: flink-shaded-netty-tcnative-static Key: FLINK-20477 URL: https://issues.apache.org/jira/browse/FLINK-20477

[jira] [Created] (FLINK-20479) Support Row-based Operations in Python Table API

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20479: Summary: Support Row-based Operations in Python Table API Key: FLINK-20479 URL: https://issues.apache.org/jira/browse/FLINK-20479 Project: Flink Issue Type:

[jira] [Created] (FLINK-20482) Support Map Operation in Python Table API

2020-12-03 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20482: Summary: Support Map Operation in Python Table API Key: FLINK-20482 URL: https://issues.apache.org/jira/browse/FLINK-20482 Project: Flink Issue Type: Sub-tas

[jira] [Created] (FLINK-20483) Support Pandas UDF for Map Operation in Python Table API

2020-12-04 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20483: Summary: Support Pandas UDF for Map Operation in Python Table API Key: FLINK-20483 URL: https://issues.apache.org/jira/browse/FLINK-20483 Project: Flink Issu

[jira] [Created] (FLINK-20493) SQLClientSchemaRegistryITCase test failed

2020-12-04 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20493: Summary: SQLClientSchemaRegistryITCase test failed Key: FLINK-20493 URL: https://issues.apache.org/jira/browse/FLINK-20493 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20494) SQLClientHBaseITCase Task Timeout

2020-12-04 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20494: Summary: SQLClientHBaseITCase Task Timeout Key: FLINK-20494 URL: https://issues.apache.org/jira/browse/FLINK-20494 Project: Flink Issue Type: Bug C

[jira] [Created] (FLINK-20495) Elasticsearch6DynamicSinkITCase Hang

2020-12-04 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20495: Summary: Elasticsearch6DynamicSinkITCase Hang Key: FLINK-20495 URL: https://issues.apache.org/jira/browse/FLINK-20495 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-20497) FlinkKafkaProducerITCase testRestoreToCheckpointAfterExceedingProducersPool Timeout expired after 60000milliseconds while awaiting InitProducerId

2020-12-05 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20497: Summary: FlinkKafkaProducerITCase testRestoreToCheckpointAfterExceedingProducersPool Timeout expired after 6milliseconds while awaiting InitProducerId Key: FLINK-20497 URL: h

[jira] [Created] (FLINK-20498) SQLClientSchemaRegistryITCase testReading test timed out after 120000 milliseconds

2020-12-05 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20498: Summary: SQLClientSchemaRegistryITCase testReading test timed out after 12 milliseconds Key: FLINK-20498 URL: https://issues.apache.org/jira/browse/FLINK-20498 Pr

[jira] [Created] (FLINK-20499) ES7 ElasticsearchSinkITCase hangs

2020-12-05 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20499: Summary: ES7 ElasticsearchSinkITCase hangs Key: FLINK-20499 URL: https://issues.apache.org/jira/browse/FLINK-20499 Project: Flink Issue Type: Bug C

[jira] [Created] (FLINK-20500) UpsertKafkaTableITCase.testTemporalJoin test failed

2020-12-06 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20500: Summary: UpsertKafkaTableITCase.testTemporalJoin test failed Key: FLINK-20500 URL: https://issues.apache.org/jira/browse/FLINK-20500 Project: Flink Issue Typ

[jira] [Created] (FLINK-20501) FlinkKafkaProducerITCase.testFailAndRecoverSameCheckpointTwice failed with "Delete test topic : flink-kafka-producer-fail-and-recover-same-checkpoint-twice"

2020-12-06 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20501: Summary: FlinkKafkaProducerITCase.testFailAndRecoverSameCheckpointTwice failed with "Delete test topic : flink-kafka-producer-fail-and-recover-same-checkpoint-twice" Key: FLINK-20501

[jira] [Created] (FLINK-20506) Support FlatMap Operation in Python Table API

2020-12-06 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20506: Summary: Support FlatMap Operation in Python Table API Key: FLINK-20506 URL: https://issues.apache.org/jira/browse/FLINK-20506 Project: Flink Issue Type: Sub

[jira] [Created] (FLINK-20507) Support Aggregate Operation in Python Table API

2020-12-06 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20507: Summary: Support Aggregate Operation in Python Table API Key: FLINK-20507 URL: https://issues.apache.org/jira/browse/FLINK-20507 Project: Flink Issue Type: S

[jira] [Created] (FLINK-20508) Introduce PythonStreamGroupTableAggregateOperator

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20508: Summary: Introduce PythonStreamGroupTableAggregateOperator Key: FLINK-20508 URL: https://issues.apache.org/jira/browse/FLINK-20508 Project: Flink Issue Type:

[jira] [Created] (FLINK-20514) Introduce StreamExecPythonGroupTableAggregateRule and StreamExecGroupTableAggregate

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20514: Summary: Introduce StreamExecPythonGroupTableAggregateRule and StreamExecGroupTableAggregate Key: FLINK-20514 URL: https://issues.apache.org/jira/browse/FLINK-20514 P

[jira] [Created] (FLINK-20523) OffsetsInitializerTest test failed with "java.net.BindException: Address already in use"

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20523: Summary: OffsetsInitializerTest test failed with "java.net.BindException: Address already in use" Key: FLINK-20523 URL: https://issues.apache.org/jira/browse/FLINK-20523

[jira] [Created] (FLINK-20525) Fix StreamArrowPythonGroupWindowAggregateFunctionOperator's incorrect handling of rowtime and proctime fields

2020-12-07 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20525: Summary: Fix StreamArrowPythonGroupWindowAggregateFunctionOperator's incorrect handling of rowtime and proctime fields Key: FLINK-20525 URL: https://issues.apache.org/jira/browse

[jira] [Created] (FLINK-20528) Add Python building blocks to make sure the basic functionality of Stream Group Table Aggregation could work

2020-12-08 Thread Huang Xingbo (Jira)
Huang Xingbo created FLINK-20528: Summary: Add Python building blocks to make sure the basic functionality of Stream Group Table Aggregation could work Key: FLINK-20528 URL: https://issues.apache.org/jira/browse/

  1   2   3   4   >