Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    a71d1364
    [SPARK-15686][SQL] Move user-facing streaming classes into sql.streaming · a71d1364
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch moves all user-facing structured streaming classes into sql.streaming. As part of this, I also added some since version annotation to methods and classes that don't have them.
    
    ## How was this patch tested?
    Updated tests to reflect the moves.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13429 from rxin/SPARK-15686.
    a71d1364
    History
    [SPARK-15686][SQL] Move user-facing streaming classes into sql.streaming
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    This patch moves all user-facing structured streaming classes into sql.streaming. As part of this, I also added some since version annotation to methods and classes that don't have them.
    
    ## How was this patch tested?
    Updated tests to reflect the moves.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #13429 from rxin/SPARK-15686.