You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2017/07/02 12:27:00 UTC

[jira] [Updated] (DRILL-5651) Drill pushed invalid SQL to SQL Server when ceil scalar function used

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

N Campbell updated DRILL-5651:
------------------------------
    Component/s:     (was:  Server)
                 Storage - JDBC

> Drill pushed invalid SQL to SQL Server when ceil scalar function used
> ---------------------------------------------------------------------
>
>                 Key: DRILL-5651
>                 URL: https://issues.apache.org/jira/browse/DRILL-5651
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - JDBC
>    Affects Versions: 1.10.0
>         Environment: Drill 1.10
> SQL Server 2016
>            Reporter: N Campbell
>
> plugin defined to SQL Server via JDBC
> following statement sent to Drill which generates invalid SQL 
> https://docs.microsoft.com/en-us/sql/t-sql/functions/mathematical-functions-transact-sql
> select TBINT.RNUM, CEIL( TBINT.CBINT ) from certsqlserver.dbo.TBINT 
> Errors:
> DATA_READ ERROR: The JDBC storage plugin failed while trying setup the SQL query. 
> SELECT "RNUM", CEIL("CBINT") AS "EXPR$1" FROM "dbo"."TBINT"



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)