[
https://issues.apache.org/jira/browse/DRILL-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau updated DRILL-745:
---------------------------------
Fix Version/s: (was: 0.5.0)
Future
Assignee: Mehant Baid (was: Venki Korukanti)
> Drill fails to read the schema of avro tables from hive when the schema is in
> a separate file
> ---------------------------------------------------------------------------------------------
>
> Key: DRILL-745
> URL: https://issues.apache.org/jira/browse/DRILL-745
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Hive
> Reporter: Rahul Challapalli
> Assignee: Mehant Baid
> Fix For: Future
>
>
> Follow the below steps to reproduce the issue :
> 1. hadoop fs -copyFromLocal doctors.avsc /drill/
> 2. run the hive queries from doctors.ddl
> 3. From drill, the describe command fails to get the schema for
> doctors_fileschema table. It gives the below information :
> 0: jdbc:drill:schema=dfs> describe doctors_fileschema;
> +-------------+------------+-------------+
> | COLUMN_NAME | DATA_TYPE | IS_NULLABLE |
> +-------------+------------+-------------+
> | error_error_error_error_error_error_error | VARCHAR | NO |
> | cannot_determine_schema | VARCHAR | NO |
> | check | VARCHAR | NO |
> | schema | VARCHAR | NO |
> | url | VARCHAR | NO |
> | and | VARCHAR | NO |
> | literal | VARCHAR | NO |
> +-------------+------------+-------------+
--
This message was sent by Atlassian JIRA
(v6.2#6252)