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

[jira] [Created] (DRILL-5526) Refactor, extend vector validator with remaining types

Paul Rogers created DRILL-5526:
----------------------------------

             Summary: Refactor, extend vector validator with remaining types
                 Key: DRILL-5526
                 URL: https://issues.apache.org/jira/browse/DRILL-5526
             Project: Apache Drill
          Issue Type: Improvement
    Affects Versions: 1.11.0
            Reporter: Paul Rogers
            Assignee: Paul Rogers
            Priority: Minor
             Fix For: 1.11.0


DRILL-5504 introduced a stand-alone, basic vector validator to track down a specific issue.

Moving forward, that code should be extended in two ways:

1. Add validation for the remaining types (hyper-vectors, maps, etc.)
2. Move actual validation code into the vectors themselves to avoid the nasty {{instanceof}} and casting code.

The original fix was kept to a single file to enable easy patching of older releases. The final solution should push the changes into the vector classes so all vectors can be checked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)