Skip to content
Snippets Groups Projects
  • petermaxlee's avatar
    45d40d9f
    [SPARK-17150][SQL] Support SQL generation for inline tables · 45d40d9f
    petermaxlee authored
    ## What changes were proposed in this pull request?
    This patch adds support for SQL generation for inline tables. With this, it would be possible to create a view that depends on inline tables.
    
    ## How was this patch tested?
    Added a test case in LogicalPlanToSQLSuite.
    
    Author: petermaxlee <petermaxlee@gmail.com>
    
    Closes #14709 from petermaxlee/SPARK-17150.
    45d40d9f
    History
    [SPARK-17150][SQL] Support SQL generation for inline tables
    petermaxlee authored
    ## What changes were proposed in this pull request?
    This patch adds support for SQL generation for inline tables. With this, it would be possible to create a view that depends on inline tables.
    
    ## How was this patch tested?
    Added a test case in LogicalPlanToSQLSuite.
    
    Author: petermaxlee <petermaxlee@gmail.com>
    
    Closes #14709 from petermaxlee/SPARK-17150.
inline_tables.sql 473 B