You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2018/04/20 05:41:00 UTC

[jira] [Comment Edited] (DRILL-6344) Add the ability to skip columns in RowSetComparison

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

Paul Rogers edited comment on DRILL-6344 at 4/20/18 5:40 AM:
-------------------------------------------------------------

Already exists. Use the {{withMask()}} method and pass an array of flags showing which fields to ignore. The flags need not be the same length as the row; if flags are missing (the default case), they are assumed to be included by default.


was (Author: paul-rogers):
Already exists. Use the `withMask()` method and pass an array of flags showing which fields to ignore. The flags need not be the same length as the row; if flags are missing (the default case), they are assumed to be included by default.

> Add the ability to skip columns in RowSetComparison
> ---------------------------------------------------
>
>                 Key: DRILL-6344
>                 URL: https://issues.apache.org/jira/browse/DRILL-6344
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Timothy Farkas
>            Assignee: Timothy Farkas
>            Priority: Major
>




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