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 2019/02/02 03:48:00 UTC

[jira] [Created] (DRILL-7024) Refactor ColumnWriter to simplify type-conversion shim

Paul Rogers created DRILL-7024:
----------------------------------

             Summary: Refactor ColumnWriter to simplify type-conversion shim
                 Key: DRILL-7024
                 URL: https://issues.apache.org/jira/browse/DRILL-7024
             Project: Apache Drill
          Issue Type: Improvement
    Affects Versions: 1.15.0
            Reporter: Paul Rogers
            Assignee: Paul Rogers


DRILL-7006 added a type conversion "shim" within the row set framework. Basically, we insert a "shim" column writer that takes data in one form (String, say), and does reader-specific conversions to a target format (INT, say).

The code works fine, but the shim class ends up needing to override a bunch of methods which it then passes along to the base writer.

This ticket asks to refactor the code so that the conversion shim is simpler.



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