[jira] [Updated] (FLINK-14397) Failed to run Hive UDTF with array arguments

2019-10-28 Thread Bowen Li (Jira)


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

Bowen Li updated FLINK-14397:
-
Affects Version/s: 1.10.0
   1.9.0

> Failed to run Hive UDTF with array arguments
> 
>
> Key: FLINK-14397
> URL: https://issues.apache.org/jira/browse/FLINK-14397
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Hive
>Affects Versions: 1.9.0, 1.10.0
>Reporter: Rui Li
>Assignee: Rui Li
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.10.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Tried to call 
> {{org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFExplode2}} (in 
> hive-contrib) with query:  "{{select x,y from foo, lateral 
> table(hiveudtf(arr)) as T(x,y)}}". Failed with exception:
> {noformat}
> java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to 
> [Ljava.lang.Integer;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-14397) Failed to run Hive UDTF with array arguments

2019-10-17 Thread ASF GitHub Bot (Jira)


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

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

> Failed to run Hive UDTF with array arguments
> 
>
> Key: FLINK-14397
> URL: https://issues.apache.org/jira/browse/FLINK-14397
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Hive
>Reporter: Rui Li
>Priority: Major
>  Labels: pull-request-available
>
> Tried to call 
> {{org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFExplode2}} (in 
> hive-contrib) with query:  "{{select x,y from foo, lateral 
> table(hiveudtf(arr)) as T(x,y)}}". Failed with exception:
> {noformat}
> java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to 
> [Ljava.lang.Integer;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-14397) Failed to run Hive UDTF with array arguments

2019-10-17 Thread Rui Li (Jira)


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

Rui Li updated FLINK-14397:
---
Summary: Failed to run Hive UDTF with array arguments  (was: Failed to run 
Hive UDTF with ClassCastException)

> Failed to run Hive UDTF with array arguments
> 
>
> Key: FLINK-14397
> URL: https://issues.apache.org/jira/browse/FLINK-14397
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Hive
>Reporter: Rui Li
>Priority: Major
>
> Tried to call 
> {{org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFExplode2}} (in 
> hive-contrib) with query:  "{{select x,y from foo, lateral 
> table(hiveudtf(arr)) as T(x,y)}}". Failed with exception:
> {noformat}
> java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to 
> [Ljava.lang.Integer;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)