[
https://issues.apache.org/jira/browse/FLINK-31707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708188#comment-17708188
]
Dian Fu edited comment on FLINK-31707 at 4/4/23 5:26 AM:
---------------------------------------------------------
Fixed in:
- master via 7c6d8b0134cbcdc60d56b87d39ff2f28c310b1eb
- release-1.17 via 9c5ca0590806932e4e8f9d3f942f0a2a5442fe2d
- release-1.16 via 3291e4d6f9afff40e1e9718e23388610577de741
was (Author: dianfu):
Fixed in:
- master via 7c6d8b0134cbcdc60d56b87d39ff2f28c310b1eb
- release-1.17 via 9c5ca0590806932e4e8f9d3f942f0a2a5442fe2d
> 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.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 }
> E is not supported.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)