[jira] [Updated] (FLINK-31707) Constant string cannot be used as input arguments of Pandas UDAF

2023-04-03 Thread Dian Fu (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu updated FLINK-31707:

Fix Version/s: 1.16.2

> Constant string cannot be used as input arguments of Pandas UDAF
> 
>
> Key: FLINK-31707
> URL: https://issues.apache.org/jira/browse/FLINK-31707
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Reporter: Dian Fu
>Assignee: Dian Fu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.2, 1.18.0, 1.17.1
>
>
> It will throw exceptions as following when using constant strings in Pandas 
> UDAF:
> {code}
> E   raise ValueError("field_type %s is not supported." % 
> field_type)
> E   ValueError: field_type type_name: CHAR
> E   char_info {
> E length: 3
> E   }
> Eis not supported.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-31707) Constant string cannot be used as input arguments of Pandas UDAF

2023-04-03 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-31707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-31707:
---
Labels: pull-request-available  (was: )

> Constant string cannot be used as input arguments of Pandas UDAF
> 
>
> Key: FLINK-31707
> URL: https://issues.apache.org/jira/browse/FLINK-31707
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Reporter: Dian Fu
>Assignee: Dian Fu
>Priority: Major
>  Labels: pull-request-available
>
> It will throw exceptions as following when using constant strings in Pandas 
> UDAF:
> {code}
> E   raise ValueError("field_type %s is not supported." % 
> field_type)
> E   ValueError: field_type type_name: CHAR
> E   char_info {
> E length: 3
> E   }
> Eis not supported.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)