You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2019/10/03 11:53:00 UTC

[jira] [Updated] (DRILL-5983) Unsupported nullable converted type INT_8 for primitive type INT32 error

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

Arina Ielchiieva updated DRILL-5983:
------------------------------------
    Reviewer: Vova Vysotskyi

> Unsupported nullable converted type INT_8 for primitive type INT32 error
> ------------------------------------------------------------------------
>
>                 Key: DRILL-5983
>                 URL: https://issues.apache.org/jira/browse/DRILL-5983
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>    Affects Versions: 1.10.0, 1.11.0
>         Environment: NAME="Ubuntu"
> VERSION="16.04.2 LTS (Xenial Xerus)"
>            Reporter: Hakan Sarıbıyık
>            Assignee: Arina Ielchiieva
>            Priority: Major
>              Labels: parquet, read, types
>             Fix For: 1.17.0
>
>         Attachments: test.parquet
>
>
> When I query a table with byte in it, then it gives an error;
> _Query Failed: An Error Occurred
> org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: ExecutionSetupException: Unsupported nullable converted type INT_8 for primitive type INT32 Fragment 1:6 [Error Id: 46636b05-cff5-455b-ba25-527217346b3e on bigdata7:31010]_
> Actualy, it has been solved with
> [DRILL-4764] - Parquet file with INT_16, etc. logical types not supported by simple SELECT
> according to https://drill.apache.org/docs/apache-drill-1-10-0-release-notes/
> But i tried it with even 1-11-0 it didnt worked.
> I am querying parquet formatted file with pySpark 
> tablo1
> sourceid: byte (nullable = true)
> select sourceid from tablo1
> works as expected with pySpark. But not with Drill v1.11.0
> Thanx.



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