You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/10 00:08:00 UTC

[jira] [Commented] (DRILL-7633) Fixes for union and repeated list accessors

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

ASF GitHub Bot commented on DRILL-7633:
---------------------------------------

paul-rogers commented on pull request #2018: DRILL-7633: Fixes for union and repeated list accessors
URL: https://github.com/apache/drill/pull/2018
 
 
   # [DRILL-7633](https://issues.apache.org/jira/browse/DRILL-7633): Fixes for union and repeated list accessors
   
   ## Description
   
   Minor fixes and cleanup for the obscure union and repeated list types in the column accesor framework.
   
   Fixed several minor issues in the row set test utilities: improved error message, proper comparing of floating-point values. Support for `Boolean` values in the `RowSetBuilder`.
   
   Fixes for building a repeated list or union schema using `SchemaBuilder`.
   
   Special handling to treat a `LIST` as an array, even though the mode is not `REPEATED`. (This is a very hacky corner of Drill!)
   
   ## Documentation
   
   None
   
   ## Testing
   
   Added unit tests for union and repeated list types. Code comes from the project to improve the JSON reader which is where the issues were discovered and fixes tested in the context of reading JSON.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Fixes for union and repeated list accessors
> -------------------------------------------
>
>                 Key: DRILL-7633
>                 URL: https://issues.apache.org/jira/browse/DRILL-7633
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>             Fix For: 1.18.0
>
>
> Minor fixes for repeated list and Union type support in column accessors



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