Skip to content
Snippets Groups Projects
  • Cheng Hao's avatar
    67ad4e21
    [SPARK-8232] [SQL] Add sort_array support · 67ad4e21
    Cheng Hao authored
    Add expression `sort_array` support.
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    This patch had conflicts when merged, resolved by
    Committer: Davies Liu <davies.liu@gmail.com>
    
    Closes #7581 from chenghao-intel/sort_array and squashes the following commits:
    
    664c960 [Cheng Hao] update the sort_array by using the ArrayData
    276d2d5 [Cheng Hao] add empty line
    0edab9c [Cheng Hao] Add asending/descending support for sort_array
    80fc0f8 [Cheng Hao] Add type checking
    a42b678 [Cheng Hao] Add sort_array support
    67ad4e21
    History
    [SPARK-8232] [SQL] Add sort_array support
    Cheng Hao authored
    Add expression `sort_array` support.
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    This patch had conflicts when merged, resolved by
    Committer: Davies Liu <davies.liu@gmail.com>
    
    Closes #7581 from chenghao-intel/sort_array and squashes the following commits:
    
    664c960 [Cheng Hao] update the sort_array by using the ArrayData
    276d2d5 [Cheng Hao] add empty line
    0edab9c [Cheng Hao] Add asending/descending support for sort_array
    80fc0f8 [Cheng Hao] Add type checking
    a42b678 [Cheng Hao] Add sort_array support