GitHub user jacques-n opened a pull request:
https://github.com/apache/drill/pull/336
DRILL-4291: Fix Missing classes when trying to query varchar[] using
jdbc-all
- Create a new simplified version of the Hadoop Text class that doesn't
include massive dependencies.
- Update Vectors to use new Text class.
- Update the jdbc-all module to have a test which also includes complex
types.
- Clean up exclusions in Jdbc jar file to reduce file size.
- Add an enforcer rule that ensures the adbc-all jar exclusions are
maintained in the future.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jacques-n/drill DRILL-4291
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/336.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 #336
----
commit 09d7c0c06f12203ae611f8e4733bba2ce7329c03
Author: Jacques Nadeau <[email protected]>
Date: 2016-01-24T17:59:12Z
DRILL-4291: Fix Missing classes when trying to query varchar[] using JDBC
- Create a new simplified version of the Hadoop Text class that doesn't
include massive dependencies.
- Update Vectors to use new Text class.
- Update the jdbc-all module to have a test which also includes complex
types.
- Clean up exclusions in Jdbc jar file to reduce file size.
- Add an enforcer rule that ensures the adbc-all jar exclusions are
maintained in the future.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---