Skip to content
Snippets Groups Projects
  • Tijo Thomas's avatar
    2f482d70
    [SPARK-6767][SQL] Fixed Query DSL error in spark sql Readme · 2f482d70
    Tijo Thomas authored
    Fixed the  following error
    query.where('key > 30).select(avg('key)).collect()
    <console>:43: error: value > is not a member of Symbol
                  query.where('key > 30).select(avg('key)).collect()
    
    Author: Tijo Thomas <tijoparacka@gmail.com>
    
    Closes #5415 from tijoparacka/ERROR_SQL_DATAFRAME_EXAMPLE and squashes the following commits:
    
    234751e [Tijo Thomas] Fixed Query DSL error in spark sql Readme
    2f482d70
    History
    [SPARK-6767][SQL] Fixed Query DSL error in spark sql Readme
    Tijo Thomas authored
    Fixed the  following error
    query.where('key > 30).select(avg('key)).collect()
    <console>:43: error: value > is not a member of Symbol
                  query.where('key > 30).select(avg('key)).collect()
    
    Author: Tijo Thomas <tijoparacka@gmail.com>
    
    Closes #5415 from tijoparacka/ERROR_SQL_DATAFRAME_EXAMPLE and squashes the following commits:
    
    234751e [Tijo Thomas] Fixed Query DSL error in spark sql Readme