You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "shivamurthy.deepak@gmail.com (JIRA)" <ji...@apache.org> on 2016/12/05 13:10:58 UTC

[jira] [Updated] (DRILL-5107) Query fails to query on a column containing int and float values

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

shivamurthy.deepak@gmail.com updated DRILL-5107:
------------------------------------------------
    Description: 
Hi Team,

I have a column sessionlength - having below values (both integer and float values)
0.005
0.23
0
0.568

but drill failed to execute the query on above values and gives below error;

DATA_READ ERROR: Error parsing JSON - You tried to write a BigInt type when you are using a ValueWriter of type NullableFloat8WriterImpl.

Is there any alternate solution of this issue?



  was:
Hi Team,

I have a column sessionlength - having below values
0.005
0.23
0
0.568

but drill failed to execute the query on above values and gives below error;

DATA_READ ERROR: Error parsing JSON - You tried to write a BigInt type when you are using a ValueWriter of type NullableFloat8WriterImpl.

Is there any alternate solution of this issue?




> Query fails to query on a column containing int and float values
> ----------------------------------------------------------------
>
>                 Key: DRILL-5107
>                 URL: https://issues.apache.org/jira/browse/DRILL-5107
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.8.0
>            Reporter: shivamurthy.deepak@gmail.com
>             Fix For: 1.9.0
>
>
> Hi Team,
> I have a column sessionlength - having below values (both integer and float values)
> 0.005
> 0.23
> 0
> 0.568
> but drill failed to execute the query on above values and gives below error;
> DATA_READ ERROR: Error parsing JSON - You tried to write a BigInt type when you are using a ValueWriter of type NullableFloat8WriterImpl.
> Is there any alternate solution of this issue?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)