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

Quanlong Huang commented on IMPALA-11817:
-----------------------------------------

I think we do need such a feature flag. Or if Impala can detect such an error, 
i.e. "unsupported feature flags", and automatically disable the feature, that 
would be much better.

Impala is just a compute engine. We are trying to improve the compatibility on 
different Hive versions (e.g. IMPALA-10847, IMPALA-12349) or even get rid of 
HMS (IMPALA-13401). It'd be nice to also improve the compatibility on different 
Kudu versions.

> Unable to open scanner for node with id '0' for Kudu table
> ----------------------------------------------------------
>
>                 Key: IMPALA-11817
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11817
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 4.0.0, Impala 4.1.0, Impala 4.2.0, Impala 4.1.1
>            Reporter: qingqingqingtian
>            Assignee: Maxwell Guo
>            Priority: Major
>              Labels: impala, kudu
>         Attachments: problem.sql
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
>  
> Use two kudu tables to perform an associated left join query.
>  
> sql Example:
>  
> {code:java}
> select count(1) from dw_dwd_syky.dwd_dzyj_dzyjcg_dcfc_xxbak1208 DDX left join 
> dw_dwd_syky.dwd_dzyj_dzyjcg_dcfcbak1208 DD ON DDX.c2 = DD.c2 ;
> error:
>  Unable to open scanner for node with id '0' for Kudu table 
> 'impala::dw_dwd_syky.dwd_dzyj_dzyjcg_dcfc_xxbak1208': Remote error: 
> unsupported feature flags{code}
>  
> *Environment*
> * kudu version: 1.10.0
> * impala version:4.1.1
> * hive version: 3.1.2
>  
> Hopes to be compatible with lower versions of kudu



--
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