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

[jira] [Updated] (ARROW-7026) [Java] Remove assertions in MessageSerializer/vector/writer/reader

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

ASF GitHub Bot updated ARROW-7026:
----------------------------------
    Labels: pull-request-available  (was: )

> [Java] Remove assertions in MessageSerializer/vector/writer/reader
> ------------------------------------------------------------------
>
>                 Key: ARROW-7026
>                 URL: https://issues.apache.org/jira/browse/ARROW-7026
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Ji Liu
>            Assignee: Ji Liu
>            Priority: Major
>              Labels: pull-request-available
>
> Currently assertions exists in many classes like {{MessagaSerializer/JsonReader/JsonWriter/ListVector}} etc.
> i. If jvm arguments are not specified, these checks will skipped and lead to potential problems.
> ii. Java errors produced by failed assertions are not caught by traditional catch clauses.
> To fix this, use {{Preconditions}} instead.



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