Skip to content
Snippets Groups Projects
  • Yin Huai's avatar
    8af46d58
    [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer... · 8af46d58
    Yin Huai authored
    [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer failed to resolve references in the format of "tableName.fieldName"
    
    Please refer to JIRA (https://issues.apache.org/jira/browse/SPARK-2474) for how to reproduce the problem and my understanding of the root cause.
    
    Author: Yin Huai <huai@cse.ohio-state.edu>
    
    Closes #1406 from yhuai/SPARK-2474 and squashes the following commits:
    
    96b1627 [Yin Huai] Merge remote-tracking branch 'upstream/master' into SPARK-2474
    af36d65 [Yin Huai] Fix comment.
    be86ba9 [Yin Huai] Correct SQL console settings.
    c43ad00 [Yin Huai] Wrap the relation in a Subquery named by the table name in OverrideCatalog.lookupRelation.
    a5c2145 [Yin Huai] Support sql/console.
    8af46d58
    History
    [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer...
    Yin Huai authored
    [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer failed to resolve references in the format of "tableName.fieldName"
    
    Please refer to JIRA (https://issues.apache.org/jira/browse/SPARK-2474) for how to reproduce the problem and my understanding of the root cause.
    
    Author: Yin Huai <huai@cse.ohio-state.edu>
    
    Closes #1406 from yhuai/SPARK-2474 and squashes the following commits:
    
    96b1627 [Yin Huai] Merge remote-tracking branch 'upstream/master' into SPARK-2474
    af36d65 [Yin Huai] Fix comment.
    be86ba9 [Yin Huai] Correct SQL console settings.
    c43ad00 [Yin Huai] Wrap the relation in a Subquery named by the table name in OverrideCatalog.lookupRelation.
    a5c2145 [Yin Huai] Support sql/console.