[
https://issues.apache.org/jira/browse/FLINK-22071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327233#comment-17327233
]
Wong Mulan commented on FLINK-22071:
Could we add ParallelTableFunctionProvider inte
[
https://issues.apache.org/jira/browse/FLINK-22372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325759#comment-17325759
]
Wong Mulan edited comment on FLINK-22372 at 4/20/21, 12:55 PM:
---
[
https://issues.apache.org/jira/browse/FLINK-22372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan updated FLINK-22372:
---
Description:
castTo parameter has a mistake name. It should be 'targetType'.
{code:java}
// Old
[
https://issues.apache.org/jira/browse/FLINK-22372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan updated FLINK-22372:
---
Description:
castTo parameter has a mistake name. It should be 'targetType'.
{code:java}
// Old
[
https://issues.apache.org/jira/browse/FLINK-22372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan updated FLINK-22372:
---
Component/s: (was: Table SQL / Client)
Table SQL / API
> Rename LogicalTypeCast
[
https://issues.apache.org/jira/browse/FLINK-22372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325759#comment-17325759
]
Wong Mulan commented on FLINK-22372:
Please assign this issue to me, I want to fix i
Wong Mulan created FLINK-22372:
--
Summary: Rename LogicalTypeCasts class variables in the castTo
method.
Key: FLINK-22372
URL: https://issues.apache.org/jira/browse/FLINK-22372
Project: Flink
Is
Wong Mulan created FLINK-22071:
--
Summary: LookupTableSource.LookupRuntimeProvider customizes
parallelism
Key: FLINK-22071
URL: https://issues.apache.org/jira/browse/FLINK-22071
Project: Flink
I
[
https://issues.apache.org/jira/browse/FLINK-20696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309392#comment-17309392
]
Wong Mulan commented on FLINK-20696:
JobManager is alway running, never be killed.
[
https://issues.apache.org/jira/browse/FLINK-20970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279297#comment-17279297
]
Wong Mulan commented on FLINK-20970:
There is not the problem in 1.11.3 and 1.12.1 v
[
https://issues.apache.org/jira/browse/FLINK-20970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan updated FLINK-20970:
---
Description:
If value which type is not DECIMAL(38, 18) is GROUP BY key, the result will be
-1.
So,
Wong Mulan created FLINK-20970:
--
Summary: DECIMAL(10, 0) can not be GROUP BY key.
Key: FLINK-20970
URL: https://issues.apache.org/jira/browse/FLINK-20970
Project: Flink
Issue Type: Bug
Wong Mulan created FLINK-20965:
--
Summary: BigDecimalTypeInfo can not be converted.
Key: FLINK-20965
URL: https://issues.apache.org/jira/browse/FLINK-20965
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-20875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260928#comment-17260928
]
Wong Mulan commented on FLINK-20875:
Thanks. It's important to create a dedicated 1.
Wong Mulan created FLINK-20875:
--
Summary: Could patch CVE-2020-17518 to version 1.10
Key: FLINK-20875
URL: https://issues.apache.org/jira/browse/FLINK-20875
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-19962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan reopened FLINK-19962:
> fix doc: more examples for expanding arrays into a relation
> --
[
https://issues.apache.org/jira/browse/FLINK-19962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wong Mulan resolved FLINK-19962.
Resolution: Fixed
> fix doc: more examples for expanding arrays into a relation
>
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234545#comment-17234545
]
Mulan commented on FLINK-20170:
---
I agree with [~jark]
> json deserialize decimal loses pr
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234378#comment-17234378
]
Mulan commented on FLINK-20170:
---
I try out this in 1.11 version using new field 'connector
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mulan updated FLINK-20170:
--
Attachment: image-2020-11-18-16-51-35-317.png
> json deserialize decimal loses precision
> ---
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232709#comment-17232709
]
Mulan commented on FLINK-20170:
---
Could we add following code for fix this?
{code:java}
obj
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mulan updated FLINK-20170:
--
Description:
{code:java}
CREATE TABLE ods (
id BIGINT,
factor DECIMAL(38, 18)
) WITH (
'connector.
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mulan updated FLINK-20170:
--
Description:
{code:java}
CREATE TABLE ods (
id BIGINT,
factor DECIMAL(38, 18)
) WITH (
'connector.
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mulan updated FLINK-20170:
--
Description:
{code:java}
CREATE TABLE ods (
id BIGINT,
factor DECIMAL(38, 18)
) WITH (
'connector.
[
https://issues.apache.org/jira/browse/FLINK-20170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mulan updated FLINK-20170:
--
Description:
{code:java}
CREATE TABLE ods (
id BIGINT,
factor DECIMAL(38, 18)
) WITH (
'connector.
Mulan created FLINK-20170:
-
Summary: json deserialize loses precision
Key: FLINK-20170
URL: https://issues.apache.org/jira/browse/FLINK-20170
Project: Flink
Issue Type: Improvement
Componen
[
https://issues.apache.org/jira/browse/FLINK-19962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225921#comment-17225921
]
Mulan edited comment on FLINK-19962 at 11/4/20, 12:04 PM:
--
Plea
[
https://issues.apache.org/jira/browse/FLINK-19962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225921#comment-17225921
]
Mulan commented on FLINK-19962:
---
Please assign this fix to me, thanks.
> fix doc: more ex
Mulan created FLINK-19962:
-
Summary: fix doc: more examples for expanding arrays into a
relation
Key: FLINK-19962
URL: https://issues.apache.org/jira/browse/FLINK-19962
Project: Flink
Issue Type: Im
Mulan created FLINK-18889:
-
Summary: New Async Table Function type inference fails
Key: FLINK-18889
URL: https://issues.apache.org/jira/browse/FLINK-18889
Project: Flink
Issue Type: Bug
Com
[
https://issues.apache.org/jira/browse/FLINK-18520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175204#comment-17175204
]
Mulan commented on FLINK-18520:
---
Has AsyncTableFunction fixed?
> New Table Function type
31 matches
Mail list logo