[jira] [Commented] (FLINK-7923) Support accessing subfields of a Composite element in an Object Array type column

2018-02-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353507#comment-16353507
 ] 

ASF GitHub Bot commented on FLINK-7923:
---

Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5367


> Support accessing subfields of a Composite element in an Object Array type 
> column
> -
>
> Key: FLINK-7923
> URL: https://issues.apache.org/jira/browse/FLINK-7923
> Project: Flink
>  Issue Type: New Feature
>  Components: Table API  SQL
>Affects Versions: 1.4.0
>Reporter: Rong Rong
>Assignee: Shuyi Chen
>Priority: Major
> Fix For: 1.5.0
>
>
> Access type such as:
> {code:SQL}
> SELECT 
>   a[1].f0 
> FROM 
>   MyTable
> {code}
> will cause problem. 
> See following test sample for more details:
> https://github.com/walterddr/flink/commit/03c93bcb0fb30bd2d327e35b5e244322d449b06a



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-7923) Support accessing subfields of a Composite element in an Object Array type column

2018-02-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353486#comment-16353486
 ] 

ASF GitHub Bot commented on FLINK-7923:
---

Github user twalthr commented on the issue:

https://github.com/apache/flink/pull/5367
  
Btw I will remove the null tests because fields of tuples and case classes 
are not allowed to be null. The serializers would throw an exception.


> Support accessing subfields of a Composite element in an Object Array type 
> column
> -
>
> Key: FLINK-7923
> URL: https://issues.apache.org/jira/browse/FLINK-7923
> Project: Flink
>  Issue Type: New Feature
>  Components: Table API  SQL
>Affects Versions: 1.4.0
>Reporter: Rong Rong
>Assignee: Shuyi Chen
>Priority: Major
> Fix For: 1.5.0
>
>
> Access type such as:
> {code:SQL}
> SELECT 
>   a[1].f0 
> FROM 
>   MyTable
> {code}
> will cause problem. 
> See following test sample for more details:
> https://github.com/walterddr/flink/commit/03c93bcb0fb30bd2d327e35b5e244322d449b06a



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-7923) Support accessing subfields of a Composite element in an Object Array type column

2018-02-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353479#comment-16353479
 ] 

ASF GitHub Bot commented on FLINK-7923:
---

Github user twalthr commented on the issue:

https://github.com/apache/flink/pull/5367
  
Thanks for the update @suez1224. The changes look good. I will merge this...


> Support accessing subfields of a Composite element in an Object Array type 
> column
> -
>
> Key: FLINK-7923
> URL: https://issues.apache.org/jira/browse/FLINK-7923
> Project: Flink
>  Issue Type: New Feature
>  Components: Table API  SQL
>Affects Versions: 1.4.0
>Reporter: Rong Rong
>Assignee: Shuyi Chen
>Priority: Major
> Fix For: 1.5.0
>
>
> Access type such as:
> {code:SQL}
> SELECT 
>   a[1].f0 
> FROM 
>   MyTable
> {code}
> will cause problem. 
> See following test sample for more details:
> https://github.com/walterddr/flink/commit/03c93bcb0fb30bd2d327e35b5e244322d449b06a



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)