[
https://issues.apache.org/jira/browse/DRILL-4031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990159#comment-14990159
]
ASF GitHub Bot commented on DRILL-4031:
---------------------------------------
GitHub user jacques-n opened a pull request:
https://github.com/apache/drill/pull/240
DRILL-4031: Log warning and ignore unsupported columns returned from JDBC
plugin
Problem found when connecting to Postgres, no test infrastructure in place
at moment to support adding regression test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jacques-n/drill DRILL-4031
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/240.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #240
----
commit bc3f03dff360354aac71fdca23f2f6055ae73e70
Author: Jacques Nadeau <[email protected]>
Date: 2015-11-04T18:46:36Z
DRILL-4031: Log warning and ignore columns returned from JDBC source that
are unsupported.
----
> JDBC Plugin Queries fail if columns return JDBC OTHER type
> ----------------------------------------------------------
>
> Key: DRILL-4031
> URL: https://issues.apache.org/jira/browse/DRILL-4031
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Jacques Nadeau
> Fix For: 1.3.0
>
>
> Right now, a query against a table like Postgres's pg_aggregate table include
> special Postgres types that are categorized as JDBC type "OTHER". If you try
> to include those tables in a query, the query will fail due to the
> unsupported column types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)