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

[jira] [Created] (DRILL-5649) Drill pushed invalid SQL to SQL Server when trim scalar function used

N Campbell created DRILL-5649:
---------------------------------

             Summary: Drill pushed invalid SQL to SQL Server when trim scalar function used
                 Key: DRILL-5649
                 URL: https://issues.apache.org/jira/browse/DRILL-5649
             Project: Apache Drill
          Issue Type: Bug
          Components:  Server
    Affects Versions: 1.10.0
         Environment: Drill 1.10
SQL Server 2016
            Reporter: N Campbell


plugin defined to access SQL Server via JDBC

following statement is sent to Drill which fails due to invalid SQL sent to SQL Server

select trim(TJOIN1.C2) from certsqlserver.dbo.TJOIN1

Error: DATA_READ ERROR: The JDBC storage plugin failed while trying setup the SQL query. 

SELECT TRIM(BOTH ' ' FROM "C2") AS "EXPR$0"
FROM "dbo"."TJOIN1"
plugin certsqlserver

https://docs.microsoft.com/en-us/sql/t-sql/functions/trim-transact-sql




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