[
https://issues.apache.org/jira/browse/FLINK-25471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhangzh updated FLINK-25471:
----------------------------
Description:
I have 6 lines like this:
Row.of("Alice"),
Row.of("alice"),
Row.of("Bob"),
Row.of("lily"),
Row.of("lily"),
Row.of("lily")
then make it to table with one colums "wrod"
then sql transform : select upper(word) from tmp_table
was:
I have 6 lines like this:
Row.of("Alice"),
Row.of("alice"),
Row.of("Bob"),
Row.of("lily"),
Row.of("lily"),
Row.of("lily")
then make it to table with one colums "wrod"
> wrong result if table toDataStream then keyey by sum in Batch Mode
> ------------------------------------------------------------------
>
> Key: FLINK-25471
> URL: https://issues.apache.org/jira/browse/FLINK-25471
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Affects Versions: 1.14.2
> Reporter: zhangzh
> Priority: Critical
>
> I have 6 lines like this:
> Row.of("Alice"),
> Row.of("alice"),
> Row.of("Bob"),
> Row.of("lily"),
> Row.of("lily"),
> Row.of("lily")
> then make it to table with one colums "wrod"
> then sql transform : select upper(word) from tmp_table
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)