[ 
https://issues.apache.org/jira/browse/TAJO-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533323#comment-14533323
 ] 

Tajo QA commented on TAJO-1359:
-------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12731251/TAJO-1359_8.patch
  against master revision release-0.9.0-rc0-283-g9b3824b.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 21 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 9 new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-catalog/tajo-catalog-common tajo-catalog/tajo-catalog-drivers/tajo-hive 
tajo-cli tajo-client tajo-common tajo-core tajo-jdbc tajo-plan 
tajo-storage/tajo-storage-common tajo-storage/tajo-storage-hbase 
tajo-storage/tajo-storage-hdfs.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/775//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/775//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-hbase.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/775//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-common.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/775//console

This message is automatically generated.

> Add nested field projector and language extension to project nested record
> --------------------------------------------------------------------------
>
>                 Key: TAJO-1359
>                 URL: https://issues.apache.org/jira/browse/TAJO-1359
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: parser, physical operator, planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1359.patch, TAJO-1359_2.patch, TAJO-1359_3.patch, 
> TAJO-1359_4.patch, TAJO-1359_5.patch, TAJO-1359_6.patch, TAJO-1359_7.patch, 
> TAJO-1359_8.patch
>
>
> We need to improve Projector class to get nested record fields, and we also 
> add some language extension to specify certain nested records in table 
> schema. Both works should be done together. Otherwise, we need to test an 
> entire work process.
> Using dot '.' would be good for the syntax to specify nested fields. Many 
> systems (Hive, Google BigQuery, and Drill) already use this syntax. Probably, 
> many users are familiar with this form.
> For example, if *employee* is a root nested record field and it includes 
> *age* and *name* fields, consisting two fields lastname and firstname, we can 
> specify them individually as follows:
> {code}
> SELECT employee.age, employee.name.lastname, employee.name.firstname FROM ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to