[ 
https://issues.apache.org/jira/browse/IMPALA-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18045702#comment-18045702
 ] 

Raghav Jindal commented on IMPALA-11926:
----------------------------------------

Can I assign this to myself and work on this [~boroknagyz]  ?

> Ignore avro.schema.url if table doesn't have Avro data
> ------------------------------------------------------
>
>                 Key: IMPALA-11926
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11926
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: newbie, ramp-up
>
> In local catalog mode we always try to load the Avro schema if the table 
> property 'avro.schema.url' is present:
> https://github.com/apache/impala/blob/80fc49abe6c574f8d6bea8bb56ff4917f6281a41/fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java#L142
> This makes tables unloadable if the value of this table property is invalid. 
> Even if the actual table doesn't have any Avro partitions.
> This is a regression from legacy catalog mode where we only tried to load the 
> Avro schema if the table actually had Avro data:
> https://github.com/apache/impala/blob/80fc49abe6c574f8d6bea8bb56ff4917f6281a41/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java#L1758



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to