You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/11/18 22:36:00 UTC

[jira] [Assigned] (DRILL-2933) RecordBatchLoader.load(...) calls catch SchemaChangeException that load(...) never actually throws

     [ https://issues.apache.org/jira/browse/DRILL-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitalii Diravka reassigned DRILL-2933:
--------------------------------------

    Assignee: Vitalii Diravka

> RecordBatchLoader.load(...) calls catch SchemaChangeException that load(...) never actually throws
> --------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-2933
>                 URL: https://issues.apache.org/jira/browse/DRILL-2933
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>            Reporter: Daniel Barclay
>            Assignee: Vitalii Diravka
>            Priority: Major
>             Fix For: Future
>
>
> There are about 9 calls to RecordBatchLoader.load(...) that catch SchemaChangeException because it is declared to be thrown by RecordBatchLoader.load(...).
> However, RecordBatchLoader.load(...) never actually throws SchemaChangeException.
> (To find those calls, comment out the "throws SchemaChangeException" on RecordBatchLoader.load(...) and follow the compilation errors.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)